| ▲ | neko_ranger 7 hours ago | |
React really shines once you embrace graphql and have components pass graphql fragments upward so that components can easily query for the data it needs, and the backend only gets one query per view. React is really annoying if you're doing REST. It didn't click until I saw a react+graphql project, and it makes sense why meta created react and graphql | ||