Releases: Kallenju/template-for-react-ts-ssr-hmr
Releases · Kallenju/template-for-react-ts-ssr-hmr
v.2.0.2
Commit: a08f465, a08f465
Bug Fixes:
- Fix ENV variables in the server code
v.2.0.0
Commit: e3b957f
Features:
- Add modern React method for rendering on the server side (
renderToPipeableStream
)
- Remove Webpack styles-loader
- Add Webpack mini-css-extract-plugin
- Add dotenv
- Update README
v1.2.0
Features
- Add file copying from
./src/static
folder to ./dist/client` folder and image optimization during Webpack compilation and file copying (b38ab5e)
- Update README.md (b38ab5e, b170943, 00089ce, cefed38)
v1.1.0
Commit: a5fbab5
Features
- Add global styles
- Add the entry point of the React app
- Update README.md