General considerations for offline resilient React based apps

added by JavaScript Kicks
10/29/2019 9:42:08 AM

368 Views

READs operations are ops that are not modifying the data, but only fetching it and displaying it to the end user. While mutating (Create, Update, Delete) ops are complicated and involve a lot of thoughts on implementation logic, READ ops are easy to cache and setup.


0 comments