Releases: sankaSanjeeva/react-boilerplate
Releases · sankaSanjeeva/react-boilerplate
v1.3.0
v1.2.0
v1.1.0
What's Changed
- Added the Data table component
- Added custom hooks for fetching pagination data from API
Full Changelog: v1.0.0...v1.1.0
Initial Release
This is the first official release of the React Boilerplate. This release includes the following features:
- TypeScript: Leverage the power of static typing to catch errors early and improve code quality.
- Tailwind CSS: Quickly build modern, responsive UIs with the utility-first CSS framework.
- Lint Check: Maintain code consistency and avoid common pitfalls with integrated linting tools.
- Authentication Logic: Get started with built-in authentication logic to manage user authentication and authorization.
- Dark Theme: Easily toggle between light and dark themes to enhance user experience.
To get started with this boilerplate, create a new repository, clone your project and follow the instructions in the Readme.md file.
git clone https://github.com/yourusername/your-repository.git
cd your-repository
yarn
yarn dev