This is the custom template for Create React App.
This is inspired by the following
npx create-react-app my-app --template antdride
npm init react-app my-app --template antdride
yarn create react-app my-app --template antdride
Stack | Name |
---|---|
Preprocessors | Less |
Design system | Antd |
CSS Library | emotion |
Router | React Router |
CRA-override | craco |
Datetime | moment.js |
utils | lodash |
fp-utils | ramda.js |
SEO support | react-snap, react-helmet |
Format & Lint | ESLint & Prettier |
Changelog Automation | auto-changelog |
React helper hooks | react-use |
It is optimized for vscode. Therefore, other users such as vim will be inconvenient to use.
SEO support is incomplete. The page linked to the dynamic pathname is not created as an SEO html file.
ex) post/:id
If you would like to apply in this case, please check the services below.
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.