kgrzesiu / react-redux-ts-template

Template Todo app project with React Redux Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goals

The project contains the stub Todo application using React, Redux, Typescript, Thunk and more. Each release will contain more added functionality, final release should contain basic ToDo application

Repositiory is used for testing and learning React

Releases

1.0.6 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.6

Material UI

1.0.5 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.5

Example of using CSS modules - supported out of the box in Create React App

1.0.4 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.4

Async remote with error handling and proper action structure

1.0.3 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.3

Async remote access with Axios

1.0.2 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.2

Added Routing with React Router

1.0.1 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.1

Added Thunk, async actions and Dev Tools for React with middleware

1.0.0 https://github.com/kgrzesiu/react-redux-ts-template/releases/tag/1.0.0

Basic application using React, Redux, Typescript

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation. To learn React, check out the React documentation.

About

Template Todo app project with React Redux Typescript


Languages

Language:TypeScript 93.0%Language:HTML 6.3%Language:CSS 0.7%