SQL on the frontend— React, Postgres and RLS / part 1

When it comes to the data exchange between the frontend and the backend REST is the most common way to go. At least it was until GraphQL came in. When I heard the first time about GraphQL I though that was it. One endpoint and declarative way of getting backend data was a promise of faster and easier development process. It seemed that I didn’t need to disturb backend devs anymore and that getting…