fluxible
fluxible copied to clipboard
A pluggable container for universal flux applications.
Bumps [jsdom](https://github.com/jsdom/jsdom) from 19.0.0 to 20.0.0. Release notes Sourced from jsdom's releases. Version 20.0.0 Node.js v14 is now the minimum supported version. Added crypto.getRandomValues(). (sjrd) Added HTMLFormControlsCollection and RadioNodeList, so...
Co-authored-by: pablopalacios I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the...
**Is your feature request related to a problem? Please describe.** 1. ```useFluxible``` hook is not as expressive as ```connectToStore```. 2. There is a lack of documentation and clear way to...
When using babel to compile ES2015 down, there is a bug that causes the **actionContext.executeAction(action, null, callback)** to invoke the callback before the async action finishes. This bug causes the...
When dehydrate RouteStore on server side, the value contains `action` of RouteStore. I’m in troubled that transpiled code is exported to client side by server side setting. I want the...
Following the doc : http://fluxible.io/addons/connectToStores.html connectToStores is listening to the stores for updates. It should only listen to the array of store passed in arguments, no ? Using the generator-fluxible...
the routing in fluxible-router is case insensitive currently. i'd like to use case-sensitive routing.. it seems that fluxible-router uses routr, which in turn uses path-to-regexp, which has an option for...
Payloads being emitted from `emitChange` can cause issues where state is actually being emitted rather than letting the store be used as the source of truth. This is problematic because...
Hi I found a very strange behaviour. My done callback was very often called twice. The problem is on the next line https://github.com/yahoo/fluxible/blob/38630056bc52b430b64df26202be2d187990d729/packages/fluxible/utils/callAction.js#L29 I am using babel and babel will...
See https://github.com/yahoo/fluxible-router/issues/59