This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Releases: htdangkhoa/express-react-boilerplate
Releases · htdangkhoa/express-react-boilerplate
1.8.1
[UPDATE]:
- Improve documents.
[FIX]:
- Storybook cannot load style.
1.8.0
1.7.4
1.7.3
[CHANGE]:
- Delete
.git
&yarn.lock
after initialized project. - Add
optimize-css-assets-webpack-plugin
for minify css.
[FIX]:
- Fixed issue Flash of Unstyled Content.
[UPDATE]:
- Improve docs.
1.6.0
[FIX]:
- The CLI cannot execute.
1.2.0
[NEW]:
- Add command line interface.
1.1.0
[NEW]:
- Support emoji.
- Enable gzip.
[FIX]:
- Markdown display does not correct with Preview tab.
1.0.0
First release with core functions.
- Server side (Express).
- Client side (React).
- Universal routing (react-router).
- State management (Redux).
- Easy debuging with (redux-devtools).
- Tweak React components in real time (react-hot-loader).
- SEO (react-helmet).
- Promise based HTTP client for the browser and NodeJS (axios).
- Internationalization (i18next) & (react-i18next).
- Light & Dark theme.
- Data fetching from server-side.
- ES6.
- Flowtype.
- ESlint.
- Prettier.