Answer the question
In order to leave comments, you need to log in
Node webkit and react?
I couldn’t find a boilerplate on the github to create a react app for node-webkit. The following points are of interest:
1) using babel es7
2) How to develop an application. Do you need to constantly build and run it? Is there any way to simplify this. live reload that is
Answer the question
In order to leave comments, you need to log in
wepack has support for node-webkit, "target: 'node-webkit'" webpack.github.io/docs/configuration.html "Compile for usage in webkit, uses jsonp chunk loading but also supports builtin node.js modules plus require( “nw.gui”) (experimental)" add https://github.com/gaearon/react-hot-loader there and the reload will be ready, well, babel-loader can cook es7.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question