-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use React/Redux/Re-frame #19
Comments
Elaborate? :D |
The videomail-client code is a crazy state machine. If you look in the code, you see I have lots of flags controlling behavior of many functions and it's getting bloated soon. The current two-way-data binding and event handling mechanism isn't optimal. That's exactly one thing React is very good at. Just seeing a huge potential here to write much more elegant code with React, especially for maintainability's sake. |
Maybe React Native! |
Nope, it should be either Redux or in ClojureScript using Reagent/re-frame. |
I see a huge potential here to use React!!!!
The text was updated successfully, but these errors were encountered: