Nothing here yet.
Nothing here yet.
No blogs yet.
I would store components source in GitHub and use NPM for publishing/distributing releases. Here's my checklist for maintaining components: Add Unit tests Add Code Coverage Use a CI tool (TravisCI/CircleCI) that runs these tests and reports them back to github (pr/branch status, badges) Maintain a Changelog (this can be autogenerated via commit message syntax) Use Build scripts (ex: transpile via babel, bump npm version, publish to npm)
Checkout https://reactstrap.github.io It's an alternative to react-bootstrap. This library targets Bootstrap 4 and follows a syntax similar to MUI. Take a look at the component examples to get a feel for how this library is different, particularly components like the Tooltip.