react-boilerplate icon indicating copy to clipboard operation
react-boilerplate copied to clipboard

🔥 Frontend template (boilerplate) for building web applications with React

Results 3 react-boilerplate issues
Sort by recently updated
recently updated
newest added

- Update dependencies - Update tailwind config for v3 - fix warning for mapped divs

As this project was created time ago, some dependencies need to update, like postcss, tailwind, etc. A solution would be using, renovatebot or dependabot as well.

Modals are not accessible with focus stealing & recovery and using `esc` to close etc. A simple fix would be to use `@headlessui/react` which can manage all of the state...

enhancement