Nolra / front_course_2023

charity course
7 stars 0 forks source link

React Reducer #20

Open Nolra opened 11 months ago

Nolra commented 11 months ago

Code: https://github.com/Nolra/front_course_2023/tree/react-reducer

Дополнительные материалы: https://ru.legacy.reactjs.org/docs/hooks-reference.html#usereducer https://react.dev/reference/react/useReducer

Домашнее задание: 1) Разработайте приложение todo list, как в образце (https://nolra.github.io/react_hw/ - вкладка Reducer & Context, первая задача "Todo + reducer"), используя хук useReduser для консолидированного контроля над состоянием.

2) *дополнительно разработайте псевдо мессенджер для отправки сообщений трем разным адресатам (адресат выводится в кнопке отправить сообщение: адресату такому то...).
Компонент включает в себя:

voidaugust commented 11 months ago

https://pashbespaloff.github.io/react-craftworks/ https://github.com/pashbespaloff/react-craftworks

NastyaKamalova commented 10 months ago

https://github.com/NastyaKamalova/react_hw/tree/main/src/components/Reducer

https://nastyakamalova.github.io/react_hw/

nedostatoksna commented 10 months ago

https://nedostatoksna.github.io/react_homeworks/ https://github.com/nedostatoksna/react_homeworks/tree/main/src/components/ReducerAndContext