Live data from Hacker News

React Tips and Best Practices

aeflash.com

41–42 of 42 posts

Re: React Tips and Best Practices

#41
post #19
post #2

What are the best resources for someone looking to learn react and jsx?

Beside the other links, I found a few react libs very useful. react-router [1] and material-ui [2]. The second one also has an example application that is a great boilerplate (if you like material ui and their work). I've been successfully using it in a couple of small apps [3, 4]. [1] https://github.com/rackt/react-router [2] https://github.com/callemall/material-ui [3] http://github.com/ecesena/oscars2015 [4] https…

[2] is beautiful, but I wouldn't feel like staying a long time in a website using it... (paradoxically?)

Re: React Tips and Best Practices

#42
post #25

Data passed to the controller view should be state from stores, not props. read the docs plz.

If anything the docs reiterate (quite a few times) that this is one way, and not a golden bullet. And that flux is just one of the architectures you can use with react.

But you certainly get the award for least imagination.

Post reply on HN