|
|
|
|
|
by thereact
3619 days ago
|
|
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 |
|