Welcome to SuperNice Dev React library.
This will become a collection of components, hook and utils which I use in projects very often and now want to share with the community.
Feel free to use, fork, improve or share. You are also welcome to raise questions and issues. The code is still work in progress, but constantly improved. The plan is to add one new item every few days.
- Node.js 22
- React 19
- Tailwind 4
- Storybook 8
- Jest 29
- React Testing Library 8
- Typescript 5
- Webpack 5
- Babel 7
-
install Node.js: https://nodejs.org/en/download
-
install yarn: https://yarnpkg.com/getting-started/install
Enable corepack (https://nodejs.org/api/corepack.html)
corepack enable-
install yarn: https://yarnpkg.com/getting-started/install https://classic.yarnpkg.com/en/docs/install#mac-stable
-
install node modules:
yarn- run webpack dev server:
yarn dev- run Storybook:
yarn story- run tests:
yarn test