Description
#24 was closed 2 years ago,
can we reconsider this now?
pretty much the same concept as gatsby starters
e.g:
create-react-app --template https://github.com/somedev/sometemplate.git
the starter may modify the src/ files so that redux and codesplitting is already set up, or so that your favorite css ui lib is setup.
this may also reduce the amount of people ejecting or using 3rd party tools to achieve a similar result, there's also lots of other obvious uses for this which i think all can imagine, as dans mentions some in his original issue. personally, I'd love this so i can: create a template for a setup i commonly use for all my projects,and so i can share it with the community for others to use, learn from and contribute to.
The community could come forward with some extremely helpful starters to help beginners who may have trouble setting up an application with lots of libraries like a router, state manager, ui library, etc etc.