Jason Miller

Results 1188 comments of Jason Miller
trafficstars

Hi there - you need to import regenerator. Most people do this by adding this line to `src/index.js` after running `npm i -S babel-runtime`: ```js import 'babel-runtime'; ```

Can we boot the lockfile from here? Loving the logo

Aside from the React Native point (which is correct and can be a reason to use React itself), the reason one might choose preact is because it maintains nearly perfect...

I'd be excited to see a demo of this if anyone gives it a go. Really neat stuff!

@KeeganMyers [preact-jsx-chai](https://github.com/preact-jsx-chai) is fairly capable for testing, though I'm not sure how these types of things work for ClojureScript. I am working on a way to use Enzyme with Preact,...

Just wanted to drop a note to say that was a really excellent post @danielcompton. Should be a blog post! 😉 I totally agree regarding abstraction, even if it is...

`preact-compat` is both the React and ReactDOM module exports in one package (no .DOM needed). It targets 0.14.x and 15.x. You can simplify your file by doing: ```js window.React =...

Nice. Would be curious to see the gzipped difference too (I use npm.im/gzip-size-cli to check).