piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

Consider systemjs-tools #43

Open alexisvincent opened 7 years ago

alexisvincent commented 7 years ago

Hi, great project.

Wanted to let you know about systemjs-tools, which you might find increases dev speed/experience. It's in beta at the moment but pretty stable.

piotrwitek commented 7 years ago

@alexisvincent thanks for referencing systemjs-tools, it looks like a really useful project for SystemJS ecosystem, although I have already created similar tool jspm-hmr which is focused only on the needs of this project (more focused, less features, easier to maintain by myself).

I'll have to first investigate if systemjs-tools will cover all current needs of this project, then create integration branch to do some testing.

I'll try to do it in my spare time, but it's rather second priority for me right now, but I'm open to community contributions in this topic.

Thanks for suggestion :)