andreaferretti / react.nim

React.js bindings for Nim
Apache License 2.0
91 stars 6 forks source link

Any state management idea? #2

Open geohuz opened 5 years ago

geohuz commented 5 years ago

When look at the reason-react, we have state, action, and reducer, I'm wondering if there is a corespondent design in react.nim

andreaferretti commented 5 years ago

Hi @geohuz these are just bindings for react.js, and not for any state management libraries.

I don't have plans for this, either: even in Javascript all the applications I have written are using plain React and not any Redux-like framework. But you are welcome to introduce such a library, and I will be glad to help integrate it with react.nim!