v3.0.1
Global updates
- Removed all custom utils, solutions, all possibly unnecessary for users libs
- The project was transformed from "example-like" to more" boilerplate-oriented."
- Removed
/docsfolder. Docs live only inREADME.md.
SSR
- Added react-helmet SSR
chokidarwatcher closing, when it's unnecessary to continue watching- remove
chokidarfromserver/i18n. Import i18n locals directly in server-side code. <Root>dispatchesAPPLICATION_INITonly once. Fixreact-tree-walker's side-effect with multipleAPPLICATION_INITdispatching.
Auth
Removed anything related to auth:
- server API endpoint
- redux auth actions and reducer
- client API requests
- allowed routes handling
Webpack
- Improved webpack "universality" (dev mode). 2 ports, 2 dev servers (like in Razzle)
- Added