Skip to content

This project is to practice how to implement RTK with react and typescript

Notifications You must be signed in to change notification settings

DanPresa/react-rtk-practice

Repository files navigation

React with typesript and Redux-toolkit

This small project is only to practice how we can integrate RTK with react and typescript

As a todo application where we can mark as finish a task and show all, complete and active task deppending on its status

I decided using these technologies because Redux-toolkit is a powerfull state management tool for react to pass data through components with.

Tech

  • React -17
  • Typescript 4
  • @reduxjs/toolkit 1.6.1

This text you see here is *actually- written in Markdown! To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.

First step

Please download the project from Github

Second step

Go to the root folder in your cmd

cd react-rtk-practice

Inside the root folder follow the installation steps

Installation

Mandatory requirements Node.js v10+ to run. Install the dependencies and devDependencies.

If you are using npm:

(npm) or (npm install)

If you are using yarn:

(yarn) or (yarn install)

And start the server

npm run dev

Or

yarn dev

Lastly

Open up your browser and type in the url: localhost:3000

Plugins

Instructions on how to use them in your own application are linked below.

Plugin README
React [https://reactjs.org/][pldb]
Redux-Toolkit [https://redux-toolkit.js.org/][plgh]

About

This project is to practice how to implement RTK with react and typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published