react-example
react-example copied to clipboard
 all i did was install and start , and updated the ts version 3.4.5
When I commented out the ``fuse.dev()`` in the ``dist``-Task, the produced output is not working. My ``dist``-Task looks like this: ````javascript Sparky.task('dist', ['prod-env', 'config'], () => { // comment out...
If I understand the tsconfig correctly, you've basically replaced babel with ts AND made ts stop complaining. More people should know about this as it lets them code as if...
Will be great to have a react seed project with great typescript support.
I was wondering why this example requires the `BabelPlugin`, since TypeScript can transpile `JSX` by itself. Removing the plugin and using a custom `tsconfig.json` that sets `"jsx"` property to `"react"`...
git clone https://github.com/fuse-box/react-example cd react-example npm i node fuse.js # (optional) open in browser localhost:4444 # change App.jsx:19 -> # rollback change # try to open localhost:4444 https://gist.github.com/vird/bd9cadcca7ae0ec7ba0af42ccf4ecb06