Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment 5 #5

Open
borg opened this issue Mar 2, 2022 · 12 comments
Open

Assignment 5 #5

borg opened this issue Mar 2, 2022 · 12 comments

Comments

@borg
Copy link
Owner

borg commented Mar 2, 2022

Pick one of the global state management frameworks I outlined last week - globalState, Context, Hookstate, EasyPeasy or Redux - and convert your todo app to an app that maintains a global todo state, accessible from any part of the app stores the state in a persistent storage (either Async or remotely), so it's remains on app/browser reload.

I would consider redux the hardest route, so that would give you extra points. If you choose redux you can dig into a video tutorial like this.

@zhumingcheng697
Copy link

@sammylevin10
Copy link

Sammy Levin - https://snack.expo.dev/@sammylevin/14d9f0

@jy3524
Copy link

jy3524 commented Mar 2, 2022

Jeongin Yoon - https://snack.expo.dev/@yoonj/homework5
(Redux Persist works now)

@linamanda
Copy link

linamanda commented Mar 2, 2022

Amanda Lin - https://snack.expo.dev/@al5885/assignment5
(Redux w/ Async Storage)

@lisaye1221
Copy link

lisaye1221 commented Mar 3, 2022

Lisa Ye - https://snack.expo.dev/@lisaye1999/to-do_with_redux
(WIP because Redux is a tad bit complex)
Completed, now you can take a look at my tasks that I need to complete.
Shoutout to this redux and this redux-persist article.

@karennarod
Copy link

karennarod commented Mar 8, 2022

Karenna Rodriguez - https://snack.expo.dev/@karennarod/mad-assignment-5-

@Kaitlynheard2
Copy link

https://snack.expo.dev/@kmh746/todo-app-2 (uses redux, not redux-persist)

@fahmed3
Copy link

fahmed3 commented Mar 9, 2022

https://snack.expo.dev/@fahmed3/happy-donuts
redux with redux persist - referenced articles Lisa linked

@michellewongi
Copy link

@tywenrick3
Copy link

@mgykim
Copy link

mgykim commented Apr 4, 2022

https://snack.expo.dev/@megankim/to-do-app
(fixing bugs)

@sahanasripadanna
Copy link

Sahana Sripadanna - https://snack.expo.dev/@sahanasri/global-state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests