-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Request For Feedback
Bake in data caching by making Ground.Collection the default instead of Mongo.Collection.
This would mean using ground:db.
Pros:
- Data is cached on the user's browser, making initial load times look a lot faster for repeat visits
- Very transparent, works exactly like the
Mongo.Collectionif you don't want to look into any of the special features thatGround.Collectiongives you.
Cons:
- The caching capabilities of Ground may not be necessary for all projects
- Bloats a project with additional technical debt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels