Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.09 KB

Plugins-KnownPlugins.md

File metadata and controls

31 lines (23 loc) · 1.09 KB

Known Plugins

Just created your own Ladda plugin?
Feel free to add it to this list and share it with the community!

A more sophisticated version of the plugin we just build. Logs on every change to the Ladda cache and gives you timings on how long your API calls take.

Adds an observable interface to all READ operations. Allows you to be notified whenever something related to your API call has changed, e.g. you can observe a list of entities and get notified once one of this changes is updated.

Allows to define denormalization schemas and strategies, so that your server can send plain ids instead of full entity objects. The plugin will resolve these ids for you in an optimized fashion, so that your client-side code can stay simple an operate on full entities.