React Starter Boilerplate application is based on vite development environment. It brings toolchain for bundling, serving and testing our frontend application.
| Library name | Description |
|---|---|
| React | Core library for web application user interface |
| Tanstack Router | Library used for handling routing mechanism in React application |
| React intl | Library used for handling internationalization in React application |
| TypeScript | Library that adds static typing with optional type annotations to JavaScript |
| Axios | Library for making HTTP calls to API |
| TanStack Query | Library which provides hooks for managing communication with API |
| Babelsheet | Library developed by TSH which provides tools for translations management |
| msw | Local API mock server |
| plop | Library which provide CLI interface with commands for rapid code creation |