- Remix centralizes data loading on the server. The initial page is server rendered with data in the markup while automatically fetching in the client as the user navigates around.
- Since all data loading is on the server, you can talk directly to your database. No need to write the function once for the server, and again for the browser.
- Because Remix's data mutation API is based on HTML and HTTP, idiomatic Remix sites don't require JavaScript in the browser for the core features of your app to work
но ведь пхп уже есть много лет и все это можно делать бесплатно? или я что-то не понял в сути ремикса?