Skip to content

A mini scrum board with React hooks and Typescript

Notifications You must be signed in to change notification settings

beneki/dnd-scrum-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Scrum Board

Without using Redux lib and similar approaches like (useReducer + useContext)
- Update state on drag and drop event with forwardRef and useImperativeHandle hook to avoid rerendering whole boards
Note: In this project instead of using redux or simliar approaches (useReducer + useContext in react hooks) , I'm just using simple useState but trying to avoid extra rerendering by using forwardRef feature of react plus useImperativeHandle hook inside Board.tsx component and
✔️ This project is deployed right here
Dependecies: just react and react dom
Follow this instruction to run the app:
- npm install (to install dependecies)
- npm run start
- npm run test (to run jira and reac testing library)

About

A mini scrum board with React hooks and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published