DEV Community

Discussion on: Jan. 3, 2020: What did you learn this week?

Collapse
 
vaibhavkhulbe profile image
Vaibhav Khulbe

This week I learned GraphQL and Apollo. While it's great for web apps with React (on which I'm working), it certainly has its caveats. Like when you compare a REST method of implementing a simple cache, I think it's easier in REST.