react.nim icon indicating copy to clipboard operation
react.nim copied to clipboard

Any state management idea?

Open geohuz opened this issue 7 years ago • 1 comments

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

geohuz avatar Sep 21 '18 06:09 geohuz

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!

andreaferretti avatar Sep 24 '18 07:09 andreaferretti