ctrlplusb/react-async-component

TypeScript & ES2015 Examples

codeBelt opened this issue · 5 comments

First, this library is awesome!

Second, I want to show off my TypeScript and ES2015 examples using react-async-component. I also have react-hot-loader working with it. It took me a long time to get everything figured out so I hope it helps others.

Features are TypeScript or ES2015, Universal (SSR), React Hot Loader 3, React Router 4, Redux, Redux Saga, Redux Form, Async Component Code Splitting, Hapi, Webpack 3.

Thanks dude!

I have published v1.0.0 on npm, which now bundles the typescript typings.

bdoss commented

@ctrlplusb I just saw this new release today, but the typings file doesn't seem to be included in the package that's pulled down from npm?

Argh, hmmm, I'll have to add it to the files array I think. Shall post a new version up shortly.

bdoss commented

Yes, that's what it must be after poking around in the repo a little bit. 👍

Done