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