D
D
desuvin2015-06-20 08:37:34
JavaScript
desuvin, 2015-06-20 08:37:34

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

1 answer(s)
A
Alexander, 2015-06-20
@desuvin

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 question

Ask a Question

731 491 924 answers to any question