9 ms·
Awesome React – A collection of React resources
- poseid 12y agonice, an additional tutorial about rendering with JSX might be this: http://thinkingonthinking.com/the-rendering-question/ http://thinkingonthinking.com/the-rendering-question/
- abdullin 12y agoI was making my first steps with ReactJS and Facebook Flux recently. This "collection of awesome React tools, resources, videos and shiny things" seemed to have so much information that it felt too overwhelming to be of any use to me.
- wasd 12y agoMy suggestion is to skip flux until you feel pretty comfortable making simple apps with just react. Ignore the links here and just focus on understanding the code on https://github.com/facebook/react/wiki/Examples https://github.com/facebook/react/wiki/Examples
- diggan 12y agoAfter looking at the PR merging rate, I make the assumption that the maintainer doesn't even look at the resources before they are listed in this "Awesome" list. This should rather be called "Big list of everything in React". Something I would rather enjoy, would be a carefully, curated list of verified great resources for React, not a random list of everything React.
- ronjouch 12y agoIndeed. Facebook's own "Complementary Tools" [1] page is more digestible. [1] https://github.com/facebook/react/wiki/Complementary-Tools https://github.com/facebook/react/wiki/Complementary-Tools
- enaqxx 12y agoActually you are right. Official React Wiki is much better. Thanks for promoting this repo though. I have made this list for my own reference while learning React and its ecosystem. In case you think some resources are not awesome just pull request and I will delete them or fork and make your own.
- gcanti 12y ago> Something I would rather enjoy, would be a carefully, curated list of verified great resources for React, not a random list of everything React. Discovery is a problem for users and also for authors. I wrote a form library https://github.com/gcanti/tcomb-form https://github.com/gcanti/tcomb-form but I really don't know how to promote it other than add the `react-component` keyword (for [1] ) and list it on [2]. [1] http://react-components.com/ http://react-components.com/ [2] https://github.com/facebook/react/wiki/Complementary-Tools https://github.com/facebook/react/wiki/Complementary-Tools
- colinramsay 12y agoThis is a bit silly, it's going to become so huge so quickly, and the information is going to start to rot. At least something like http://react-components.com/ http://react-components.com/ has a bit of focus.
- pachydermic 12y agoI'm a noob when it comes to making serious stuff using javascript, but react has been a godsend so far. Actually allowed me to make progress without a hideous amount of spaghetti (not that my code is beautiful). I've been enjoying [1] quite a bit so far. It's given me a few problems but it seems decently stable. [2] shows some promise, but needs some love - anyone know of any alternatives? Looks like the maintainer hasn't had time to give the project much attention lately. [1] https://github.com/react-bootstrap/react-bootstrap/ https://github.com/react-bootstrap/react-bootstrap/ [2] https://github.com/rackt/react-autocomplete https://github.com/rackt/react-autocomplete
- lhorie 12y agoHonest question: how is this better than just googling for "React.js [other keyword]"?
- biscarch 12y agoYou could use this list to discover [other keyword] if you are unfamiliar with the landscape. (For example, Isomorphic applications)
- pbreit 12y agoThe list is sorta useful but I'd much rather see a shorter, more curated list, perhaps with some commentary.
- 2bit 12y agoWould love to see a PropTypes parser which can generate documentation for components.