All Projects → rjz → Typescript React Redux

rjz / Typescript React Redux

Licence: other
A TypeScript-enabled react/redux application

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Typescript React Redux

Consolemock
A tool for testing console logs
Stars: ✭ 103 (-18.25%)
Mutual labels:  jest
Jest Extended
Additional Jest matchers 🃏💪
Stars: ✭ 1,763 (+1299.21%)
Mutual labels:  jest
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-7.94%)
Mutual labels:  jest
Ts React Boilerplate
Universal React App with Redux 4, Typescript 3, and Webpack 4
Stars: ✭ 104 (-17.46%)
Mutual labels:  jest
React Nativeish
React Native / React Native Web Boilerplate
Stars: ✭ 106 (-15.87%)
Mutual labels:  jest
Vlackjack
Blackjack built with Vue.js and vuex
Stars: ✭ 109 (-13.49%)
Mutual labels:  jest
React Native Cross Platform Starter
One codebase to build for iOS, Android, Web and Desktop with React-Native
Stars: ✭ 101 (-19.84%)
Mutual labels:  jest
Rest
REST API generator with Node.js, Express and Mongoose
Stars: ✭ 1,663 (+1219.84%)
Mutual labels:  jest
What The Splash
Tutorial for building an unsplash image gallery with redux saga :atom:
Stars: ✭ 107 (-15.08%)
Mutual labels:  jest
Sketchmine
Tools to validate, generate and analyse sketch files from web pages
Stars: ✭ 114 (-9.52%)
Mutual labels:  jest
Node Flowtype Boilerplate
This boilerplate repository is outdated and no longer maintained. Instead, I strongly recommend to use TypeScript.
Stars: ✭ 104 (-17.46%)
Mutual labels:  jest
Auto Spies
Create automatic spies from classes
Stars: ✭ 106 (-15.87%)
Mutual labels:  jest
Gest
👨‍💻 A sensible GraphQL testing tool - test your GraphQL schema locally and in the cloud
Stars: ✭ 109 (-13.49%)
Mutual labels:  jest
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-18.25%)
Mutual labels:  jest
Typescript Snapshots Plugin
Snapshots language service support for Typescript
Stars: ✭ 122 (-3.17%)
Mutual labels:  jest
Esbuild Jest
A Jest transformer using esbuild
Stars: ✭ 100 (-20.63%)
Mutual labels:  jest
Cooky Cutter
🍪 Object factories for testing in TypeScript
Stars: ✭ 109 (-13.49%)
Mutual labels:  jest
Expect More
Curried Type Testing library, and Test Matchers for Jest
Stars: ✭ 124 (-1.59%)
Mutual labels:  jest
Cypress And Jest
Cypress and Jest both with code coverage running unit tests
Stars: ✭ 123 (-2.38%)
Mutual labels:  jest
Frisby
Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.
Stars: ✭ 1,484 (+1077.78%)
Mutual labels:  jest

Typescript + React + Redux

All the concepts and tooling you'll need to get started, packed into one tiny counter.

With step-by-step instructions:

  1. TypeScript and Redux: getting started (c75b9f2)
  2. TypeScript and Redux: adding React (c75b9f2)
  3. TypeScript and Redux: async actions (92ef3b0)
  4. TypeScript and Redux: unit testing with Jest (84ff69b)
  5. Integrating TypeScript and redux-thunk (4859392)
  6. DRY-ing up with higher order components (002e3bd)
  7. Generic Redux actions (67718f4)

And a live demo.

Usage

Install and build demo application:

$ npm install
$ npm run build
$ npm start

...now open http://localhost:8080 to see the counter in action!

Tests

Build Status Coverage Status

$ npm test

Issues?

Let's solve 'em!

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].