Description
The new react-hooks template, while providing a lot of good learning material, is unfortunately too overwhelming, as a couple of people (new to both reason and react) have suggested. The relevant discussion has been started on reasonml chat.
The new template includes bucklescript
interop, a lot of files that have to be manually deleted, unused config for production build, which scares beginners away and makes it difficult to use the template for new projects. The old template had some advantages since it was minimal and it was enough to start a project.
A template close to what create-react-app
generates would be nice. I think it makes sense to rename the current react-hooks
template to maybe react-hooks-examples
and have the new one react-starter
or similar.
I have created a similar template to use for new projects and if the maintainers think it sounds reasonable, I would be happy to create a PR with the template and work on improving it 😄