Remix vastly simplifies access to backend processes by auto-generating all API calls between the browser and the web server. We only need to create the “loader()” function to get data from the server and the “action()” function to submit a form. Reading Environment variable values For security reasons the Node.js web application environment variables are …
Continue reading “Data access in Remix React.js web applications”