Appwrite Loves Remix! Demo application with authorized server-side and client-side rendering.
The Almost CoverAlmost SSR - Remix is a demo application that showcases authorized server-side and client-side rendering. It uses the Appwrite platform and Remix, a JavaScript framework for building web applications. The application demonstrates how to set up and configure cookies for proper authentication and rendering on both the server and client sides.
npm install.src/lib/AppwriteService.ts file with the proper endpoint.npm run dev.src/lib/AppwriteService.ts file with the proper domains.The Almost CoverAlmost SSR - Remix is a demo application that demonstrates how to achieve authorized server-side and client-side rendering using the Appwrite platform and Remix framework. It provides a step-by-step guide on setting up cookies for authentication and rendering on both the server and client sides. by ensuring that the cookies are properly scoped to the respective hostnames. This allows for seamless rendering and proper authorization for the user. Overall, the application showcases the capabilities of Appwrite and Remix in building secure and performant web applications.