If you’ve only worked with React, Vue, Angular, etc, you might think every...


If you’ve only worked with React, Vue, Angular, etc, you might think every app needs a REST/GraphQL API.

That’s not true. Many web apps call the DB directly via SQL or an ORM.

Now we can call the DB from React via RSC, so you may not need an API layer for some React apps! 🎉

View original on X