-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Releasing open source React components requires heavy scaffolding. Once we are done with tests, CI, and examples for react-idle, we could use that setup for other similar projects
React Idle setup is somewhat opinionated but to a reasonable degree. For instance:
- Flow is set up. Not all projects require flow, but having type safety in an open source project is extremely helpful
- code formatting with
eslintandprettiershould stay there, but tweaks are possible rollupis used overwebpack, which may introduce a learning curve. Still,rolluphas certain advantages for libraries, which was also heavily researched by React team- testing suite may prove to be too specific, but we'll see that it's reasonable enough
- we like to work with different CIs and will need to pick one
This may require a separate repo. It would be interesting to create something like create-react-app so it can be maintained from one place
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request