HN user

thereact

44 karma
Posts3
Comments5
View on HN

It's unnecessarily confusing and difficult to find a good collection of these resources because there are so many covering varying amounts of information, covering different versions, different libraries, etc.

I'll try to post what I can remember/find below:

https://github.com/timarney/react-faq

https://github.com/enaqx/awesome-react

https://github.com/markerikson/react-redux-links

https://thisweekinreact.com/

http://reactjsnewsletter.com/

React boilerplates meta-search: http://andrewhfarmer.com/starter-project/

Discord server: https://facebook.github.io/react/blog/2015/10/19/reactiflux-...

General JavaScript: http://javascriptweekly.com/

This is great since it provides an OFFICIAL opinionated set of tools for building React apps which is typically the largest barrier of entry for new developers looking to experiment with this technology.

However, it is missing a lot of core features that typically come standard with Webpack/React boilerplates. Directly from their Github:

Some features are currently not supported:

    Server rendering.
    Testing.
    Some experimental syntax extensions (e.g. decorators).
    CSS Modules.
    LESS or Sass.
    Hot reloading of components.
So a great first set of features for a simple React starter project, but for those of you looking to expand the development toolkit from this currently limited configuration, check out the following link to search React boiler projects on github based on a number of criteria like the ability to search by features included such as CSS Modules, Hot Module Replacement, etc.

http://andrewhfarmer.com/starter-project/

For those looking to learn more about the ecosystem, the following resource lists might be useful.

More React resources: https://github.com/enaqx/awesome-react

React/Redux resource links: https://github.com/markerikson/react-redux-links