-
Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page.
-
Create an IndexedDB database, to store comments
- Create a new local project that uses Vite, Prettier, and ESLint
- used the IDB NPM package
- When a comment is valid and is submitted, it should be saved to the IndexedDB database
- When the page is loaded, it should load the comments from the IndexedDB database and display them
- Use JavaScript module syntax (ES Modules)
-
Notifications
You must be signed in to change notification settings - Fork 0
Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page. Create an IndexedDB database, to store comments
JenniferSmith007/PWA_reusableComment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Using a state manager (a tool that controls how an application is displayed based on a given context). Changing the context, in this case adding a comment in the form, should change the application, in this case display a new comment on the page. Create an IndexedDB database, to store comments
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published