react-redux-typescript-jspm-starter icon indicating copy to clipboard operation
react-redux-typescript-jspm-starter copied to clipboard

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)

Results 13 react-redux-typescript-jspm-starter issues
Sort by recently updated
recently updated
newest added

Hi, here's an issue I'm having when I try to install this repo behind a proxy. When I run this script: `npm run init`, I get these errors: ``` >...

Add section in docs about differences of this workflow compared to Webpack. Module Bundler vs. ES Module Loader for Browsers

enhancement

JSPM-mappings is not used by jest. Attempts to import front end dependencies in a test generates an error. I am currently having a look at [jest-jspm](https://github.com/yoavniran/jest-jspm) as a possible solution.

help wanted
good first issue

And here comes the PR for #59

Hi there, and let me first thank you for sharing this, the dev speed really is appreciable. Back to the point: an update to react v16 could be great, given...

The dev speed here is amazing! But, we already have npm and yarn all around, and the `jspm` repo is not really active that much... Can we remove the dep....

enhancement
help wanted

- [ ] Add a build scripts which will override compiler module option to use `es2015`, so Rollup tree-shaking can do it's job - [ ] Test if tree-shaking working...

enhancement

Because of changes introduced in SystemJS 0.20 (source: http://guybedford.com/systemjs-alignment), to be able to update to new SystemJS loader versions we need to update imports to fix problems introduced by braking...

enhancement
help wanted

I had to update the package on my fork because [email protected] reloading did not trigger parent dependency updates for plugin-text (i.e. module that imports text file does not update when...

- [ ] update dependencies - [ ] rewrite componenets - [ ] test and update react-router-redux

enhancement