cf-kyt-starter-universal-redux icon indicating copy to clipboard operation
cf-kyt-starter-universal-redux copied to clipboard

A starter kyt with React, Redux, SSR and data fetching.

Results 20 cf-kyt-starter-universal-redux issues
Sort by recently updated
recently updated
newest added

## Version **1.7.2** of [compression](https://github.com/expressjs/compression) was just published. Branch Build failing 🚨 Dependency compression Current Version 1.7.1 Type dependency This version is **covered** by your **current version range** and after...

greenkeeper

## Version **3.1.1** of [enzyme](https://github.com/airbnb/enzyme) was just published. Dependency enzyme Current Version 2.9.1 Type devDependency The version **3.1.1** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **0.8.0** of [kyt](https://www.npmjs.com/package/kyt) just got published. Dependency kyt Current Version 0.7.0 Type devDependency The version **0.8.0** is **not covered** by your **current version range**. Without accepting this pull...

greenkeeper

## Version **5.0.0-alpha.8** of [react-router-redux](https://github.com/ReactTraining/react-router) was just published. Dependency react-router-redux Current Version 4.0.8 Type dependency The version **5.0.0-alpha.8** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

## Version **0.3.0** of [babel-preset-kyt-react](https://www.npmjs.com/package/babel-preset-kyt-react) was just published. Dependency babel-preset-kyt-react Current Version 0.2.0 Type devDependency The version **0.3.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

We're using the promiseMiddleware library mostly so we can do API calls and resolve those before starting a render on the server. In the Redux documentation there is a beautiful...

enhancement

As React 16 was released in the last couple of weeks, we can now update react, react-dom and react-test-renderer to the latest versions of the packages. Enzyme and maybe Jest...

React Router 4 is final. Let's find out how we can use it together with Redux. It might be a nice idea to migrate client-side first and solve server side...