React 16+ Bootstrap webpack 4 Babel 7 with Hot Reload STARTER
ReactJS + Bootstrap starter with hot reload
Full client and server side in ES6+-ES2015+ using only React 16.3 Context API for state management
Dev bundle
connects context
toredux devTools
(yes you are not dreaming) to feel redux development experience in a pure Context API app. Contrary to a redux based app connecting to devTools is not automatic (you have to specify eachpseudo-action
you want to trace in devTools state).
Concept behind: this starter is an easy way to understand and ready to use ReactJS (ES6) + bootstrap + webpack starter with:
no hard core Webpack
config so it is more commonly understandable (they are numerous amazing starters with incredible webpack configs — hard core configs aren't bad things at all! —. This one is just for easier understanding for people even discovering webpack)with hot reload
(ReactJS + webpack => hot reload = WINNER)no flux
(yes, to give you freedom to add then since you may want to use something else like observables?)with JWT auth
- ReactJS Components written with
optimization tricks
(stateless, pure render...).
Looking for server side rendering? check this project with SSR added here
Detailed Content
Front:
- React JS (16.11.x - github
🔗 ) - react-router (5.x- github
🔗 ) - Bootstrap (4.x - github
🔗 ) - react-strap (github
🔗 ) - font-awesome (github
🔗 ) - animate.css (github
🔗 ) - classnames (github
🔗 ) - react-motion (github
🔗 ) - Webpack 4.x (github
🔗 ) - babel 7+ (github
🔗 ) - axios (github
🔗 Why: simple, complete, isomorphic ...)
Tool chain:
- babel 7+
- eslint
- hot reload
- loaders
js
/jsx
- css
- json
- images formats
- svg and fonts formats
tests:
- Jest
- enzyme
Usage
Install
npm install
bundle dev mode
npm run dev
dev : hot reload mode
npm run start
bundle size analyze
npm run analyze
tests
npm run test
bundle production mode
npm run prod
mini node-express server
with server hot reload (and dev bundle):
npm run serve-dev
without hot reload (and prod bundle):
npm run serve-prod
Donate
Do you use & react-bootstrap-webpack-starter
but you don’t find a way to show some love?
If yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though
License
The MIT License (MIT)
Copyright (c) 2019 Erwan DATIN
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.