Don't Use REST APIs in your Frontend, Use GraphQL

Опубликовано: 20 Август 2026
на канале: CompSciGuy
1,853
96

GraphQL is a query language built to: be flexible and batch efficiently. Facebook built (and open sourced) it to get around shortcomings in REST. If you build any complex web apps with large APIs it should be on your list of things to use.

#restapi #softwareengineer