JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Multiple lists #25

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

Multiple lists are now supported nearly in full. Currently the user can't delete lists after their creation, but that will be taken care of in a later issue. List metadata is fetched for all lists on initial load and each individual list's todo items are fetched when the user opens that particular page. After fetching the todos, they are stored in the todoListList state in TodoPage and subsequent changes to which todo list is open use the data in the state rather than re-querying.