NOT YET READY
add @aquasync
at the bottom of <head>
<html>
<head>
...
@aquasync
</head>
...
</html>
@aqua($drips).delete({id: 1})
@aquaconfig($drips).onSuccess()..
{{ $aquaroute('delete') }}
Aquastrap.onSuccess((res) => console.info('successful', res)).onError((err) => console.warn('something went wrong', err));
Aquastrap.component('profile').saveUser({id: 1, 'fname': 'rav'})
Aquastrap.component('cart').routes.delete
Aquastrap.component('cart').onSuccess()..
all examples can be found here
Leave a ⭐ if you find this package useful 👍🏼, don't forget to let me know in Twitter