django-reactjs-boilerplate
django-reactjs-boilerplate copied to clipboard
updated package.json
can someone provide updated package.json with new webpack?
Me too, I tried this with reactjs version 16, it is not working. Specially in hotloading, please anyone know how to do it in reactjs 16?
@bicepjai I see this repo as a guide to configure a integrate environment between Django and React. For me as a front-end developer the guide made easier creates my own boilerplate with a new version of some Node.js packages.
@bicepjai try this. I used latest version of React, 16.4.1 and some are new versions also the react-hot-loader is now working. https://github.com/ajiejot/django-reactjs-boilerplate
i used the package file, @ajiejot shared but getting webpack error error in loader node_modules\react-hot-loader\index.js didn't return a function.
@gulEhsan make sure you are using below version 5 of npm, because version 16.4.1 of reactjs not working with higher version of NPM. Check it now, it is updated. Make sure you do the npm install.