React Tips and Best Practices
aeflash.com
React Tips and Best Practices
1–10 of 42 posts
Re: React Tips and Best Practices
#2Re: React Tips and Best Practices
#3Re: React Tips and Best Practices
#4Let's be real. It's 2015 and we need quite some hoops to get, in most cases, some very simple data rendered on the screen. And even with all those hoops, we are still not sure that it works in all cases. Isn't it time for better tools than react? Like functional languages that support incremental computation?
And no, papers and toy proof-of-concepts don't count. They are extremely interesting, and a necessary first step, but someone needs to build something large and demonstrate effectiveness in the real world before you can make an honest bid for large-scale adoption. As far as I know, no other FRP or functional UI system has done any better than React on that front, yet.
Re: React Tips and Best Practices
#5Re: React Tips and Best Practices
#6What are the best resources for someone looking to learn react and jsx?
They also merge pull requests quickly if you have suggestions or clarifications.
Re: React Tips and Best Practices
#7What are the best resources for someone looking to learn react and jsx?
Re: React Tips and Best Practices
#8What are the best resources for someone looking to learn react and jsx?
Re: React Tips and Best Practices
#9Learning Flux sort of seems like learning how to drive stick shift on an '97 Civic while we wait for the new Tesla to arrive - useful, also a bit annoying. A central store architecture does seem a better match to what Relay will look like though.
Re: React Tips and Best Practices
#10Let's be real. It's 2015 and we need quite some hoops to get, in most cases, some very simple data rendered on the screen. And even with all those hoops, we are still not sure that it works in all cases. Isn't it time for better tools than react? Like functional languages that support incremental computation?
It's easy to speculate that better solutions are possible, but noone has ever actually done it . React (used from a more functional language, like ClojureScript) is the closest system to the world you describe which actually exists. And no, papers and toy proof-of-concepts don't count. They are extremely interesting, and a necessary first step, but someone needs to build something large and demonstrate effectiveness…
In other words, we can do it in steps.