alexalannunes / react-recoil-todolist

:fire: simple react todo list with Recoil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo List With Recoil

Recoil

A state management library for React

🔥 What I've learned?

  • Atoms: Atoms contain the source of truth for our application state. In our todo-list, the source of truth will be an array of objects, with each object representing a todo item.
  • Selector: A selector represents a piece of derived state. You can think of derived state as the output of passing state to a pure function that derives a new value from the said state.

🎉 Features

  • Add todo items
  • Edit todo items
  • Delete todo items
  • Filter todo items
  • Display useful stats

About

:fire: simple react todo list with Recoil


Languages

Language:JavaScript 79.6%Language:CSS 14.8%Language:HTML 5.5%