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

Recipe Idea: Using AsyncStorage with Ignite #154

Open
adam-andrews opened this issue Apr 1, 2024 · 0 comments
Open

Recipe Idea: Using AsyncStorage with Ignite #154

adam-andrews opened this issue Apr 1, 2024 · 0 comments

Comments

@adam-andrews
Copy link

Describe your recipe idea

How to go about adding and retrieving data to storage, with AsyncStorage.

I just noticed there weren't any examples highlighting how to use AsyncStorage with Ignite.

A simple example to demonstrate this:
Habit Card: That contains the habit text, tracks whether the user has completed that habit for the day, and their streak.
Habits List: A collection that contains all the habits to loop through.

The recipe would show how to add that data to storage, and then how to display it to the user.

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

No branches or pull requests

1 participant