Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 579 Bytes

TODO - List

image A very basic react todo application made only in React, JavaScript and some CSS .


Used concepts like useState and useRef hooks.

Decreased the re-rendering significantly by 60% - 80% by using useRef hook for taking input string

My Skills