tel-ran-de / FE-24-m

2 stars 0 forks source link

FE 2022-07-06 React Redux combineReducers, applyMiddleware(logger) #42

Open Nolra opened 2 years ago

Nolra commented 2 years ago

Повторяем теорию: https://rajdee.gitbooks.io/redux-in-russian/content/docs/api/combineReducers.html Код занятия: https://github.com/tel-ran-de/FE-24-m/tree/fe-06-07-combineReducers

Домашнее задание, доделать приложение, которое мы начали делать на уроке. 1) Доделать Todos - List - Item (отображение и удаление (btn в Item)) 2) Cделать Posts - List - Item (добавление (title(input), content(textarea)) и удаление (btn в Item)) (соотвественно реализовать actons,actionsCreator,postsReducer и добавить postsReducer в combineRedicers) 3) Дополнительно - используя библиотеку bootstap (npm install bootstrap)-(import 'bootstrap/dist/css/bootstrap.min.css') стилизовать приложение.

Ниже я для вас уже подобрал ссылки на примеры использования классов, которые предоставляет bootstap. https://getbootstrap.com/docs/5.2/layout/containers/ https://getbootstrap.com/docs/5.2/forms/overview/ https://getbootstrap.com/docs/5.2/components/buttons/ https://getbootstrap.com/docs/5.2/components/navbar/

mwalexandra commented 2 years ago

https://github.com/mwalexandra/TelRan/tree/main/FE/22.07.06_combine-redusers/redux-combine-reducers/src

eduard-lab-front-end commented 2 years ago

https://github.com/Eduard-basic24-25/Todos-post-redux