Skip to content

Awesome React and Next.js project starter

License

Notifications You must be signed in to change notification settings

victorocna/awesome-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome React and Next.js project starter

Starter template for React and Next.js projects packed with features like authentication, custom hooks, Tailwind support and many more.

Documentation and wiki

Make sure to read our extensive documentation about using this starter template.

Quick start

Install dependencies

npm ci

Copy the example environment variables and update them if needed

cp .env.example .env

Start the local server

npm run dev

Features

Authorization with JWT

The authorization process is inspired by these best practices of using JWT from Hasura.io

Security headers

These HTTP response headers increase the security of the app and are bundled by default. Review and update the security headers in the headers.js file and analyse your app using this tool.

Form components

  • simple input components: text input, email input, number input, phone input, password input
  • simple form components: checkbox, radio buttons, textarea, fieldset
  • complex input components: debounced async search, file upload
  • dropdown form components: classic select, custom dropdown, combobox, async dropdown, async combobox, async multi select
  • for components for dates: date picker, time picker, date of birth
  • other form components: reCAPTCHA, quantity selector (plus/minus)

Other components

  • table components compatible with react-table package
  • data formatting components for showing dates, time, percentages, prices, plural
  • modal components and others compatible with react-bootstrap package
  • meta components: favicon, open graph, app head
  • layout components: layout, menu, context menu, bone, error boundary, error fallback
  • icon components: spinner, loading
  • basic components: link, button, pill
  • other components: toaster, translate

About

Awesome React and Next.js project starter

Topics

Resources

License

Stars

Watchers

Forks