Skip to content
Victor Ocnarescu edited this page Mar 9, 2024 · 14 revisions

Welcome! This wiki tries to make a great presentation of this React template and also tries to answer some common questions written as "How to" short articles.

Documentation

The main documentation has been moved to Confluence

Guides and how-tos

  • How to start a new project
  • How to add a new icon
  • How to conditionally add classes
  • How to add dark mode
  • How to add translations
  • How to implement complex forms
  • and many more

Packages used

  • next the React framework for production
  • tailwindcss for utility-first classes
  • axios for managing API requests
  • formik for managing forms
  • date-fns for managing dates
  • lodash for utility functions for common programming tasks
  • react-hot-toast for managing user notifications
  • store2 for managing local storage
  • and many more