-
As I understand, freactal provide only local state concept. Maybe it would be make sense to add possibility to share some state (example: between pages in next.js) without composition on app root for …
-
I'm getting very unreliable results from calculated states. I'm not too blue because they are not core to freactal - I can always expose them as external library operations around the state data -- bu…
-
`react-scripts-ts` has been replaced by a newer version of Create React App + Typescript, and should be upgraded to latest `react-scripts`. This will also fix some issues with its out-of-date dependen…
-
Great library, looking forward to trying it out in real projects.
Is there any reason why I have to work with `state` and `effects` props in my components? Any reason for not having some sort of mapp…
-
Referring to issue #57 (which I am not allowed to comment on) it would be great to see a realworld submission for S/Surpplus (https://github.com/gothinkster/realworld , https://github.com/gothinkster…
-
Currently All my projects using redux with `immutable.js` instead of `Object.assign` approach.
If you do not mind, I could help you and make a pull request of `immutable.js` lib usage for better pe…
-
I'm trying out `freactal` for an internal admin tool, and I'm running into an issue with handling history changes as a response to effects.
I'm using `react-router@v4` for routing, which no longer…
-
I am wondering if there is a plan to add a subscription or side effects api. The use case would be to execute functions on state change outside of component rendering. Example: syncing with local stor…
-
Is there a way to read state in effects, prior to the atomic state transformation?
In `redux`, a [prototypical example](http://redux.js.org/docs/advanced/AsyncActions.html#async-action-creators) wo…
-
Hi. Thank you for this amazing tutorial.
Why have you chosen redux-thunk over redux-saga?