Libraries #
Take a look at some of the libraries that our community has built. Edit this page on GitHub to list your libraries or plugins.
General #
fumble - Simple error objects in node. Created specifically to be used with the fetchr library and based on hapi.js' Boom.
fluxible-plugin-service-proxy - Fluxible plugin for registering services with different implementations on the server and the client.
fluxible-plugin-facebook - Fluxible plugin for integrating the facebook's official SDK in fluxible applications.
fluxible-plugin-cookie - Fluxible plugin for writing and reading cookies.
fluxible-plugin-middleware - Fluxible plugin for adding middlewares in Redux style!
Data Services #
- fluxible-plugin-fetchr - Isomorphic data fetching services.
Routing #
- fluxible-router - Flux-based routing using Fluxible.
- react-router - React-centric routing.
Actions #
- fluxible-action-utils - utility methods to aid in writing actions for fluxible based applications.
- fluxible-plugin-actions - component context utility to get actions by key instead of path, useful for cross library components.
Immutable.js #
- fluxible-immutable-store - A helper for creating Fluxible/Dispatchr BaseStores that manage immutable data structures.
- fluxible-immutable-utils - A mixin that provides a convenient interface for using Immutable.js inside react components.