Philippe Elsass

Results 133 comments of Philippe Elsass

From last time I did an Electron app you can use the synchronous `require` both for the server and client side of the apps - or do you intend to...

This repo is a support library, not a starter kit, but that's a good idea to follow.

Try `haxelib install react` - this looks like an error related to using React 16 with the React < 16 externs.

It will depend on what code you change: - livereload will only force a react re-render, - startup / store configuration or mapState aren't re-evaluated. I pushed an update of...

The thing with live reload is that it's not magic - only split code can reload. In the case if this sample project, the routes component (TodoList, AboutView) can live-reload....

Hot-reload logic is only included in debug builds.

Changes in the main bundle can't be live updated, and currently the page doesn't auto-refresh when this happens.

https://github.com/elsassph/haxe-modular/issues/10

Yes this is fine until React 16. Haxe-react has been refactored to expose `react.ReactPropTypes` instead of `react.React.PropTypes` and a simple haxe-react update will be done to point to the now...