All Projects → ali-master → React Typescript Hooks Sample

ali-master / React Typescript Hooks Sample

A sample project with React by typescript, hooks and context

Programming Languages

javascript
184084 projects - #8 most used programming language

A bare minimum react-typescript-hooks-sample boilerplate.

Technoliges:

  • React v^16.11.0
  • React hooks and context lifting data between components
  • Typescript
  • Jest
  • React-router
  • Axios
  • Scss
  • Prettier
  • Commitlint and lintstaged
  • Eslint
  • Editorconfig
  • Ramda

Login username/password: username=test & password=test

Directory Structure:

├── config
├── public
├── src
│   ├── components
│   ├── helpers
│   ├── hooks
│   ├── screens
│   ├── state
│   └── styles
├── build
├── README.md
├── .babelrc
├── .editorconfig
├── .eslintrc
├── .nvmrc
├── .prettier
├── commitlint.config.js
├── tsconfig.json
├── jest.config.js
└── .gitignore

Screens folder

This folder is of great importance and its subfolders are depended on the routes structure that you have created. For namely if you have a route like this:

http://localhost:3000/auth/login

So you have to create 2 subfolders into screens folder as below:

├── screens
│   ├── Auth
│   │   ├── Login
│   │   |   ├── index.tsx
|   |   | index.tsx
└── index.tsx

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].