Skip to content

Releases: sankaSanjeeva/react-boilerplate

v1.3.0

05 Oct 10:07
Compare
Choose a tag to compare

What's Changed

  • Add unit test

Full Changelog: v1.2.0...v1.3.0

v1.2.0

14 Sep 16:09
Compare
Choose a tag to compare

What's Changed

  • Add document
  • Add github actions
  • Add User module

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Aug 12:02
Compare
Choose a tag to compare

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

14 Jul 05:48
Compare
Choose a tag to compare

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