microeinhundert / radonis

Build monolithic applications with a modern, React-based frontend stack based on the Node.js MVC framework AdonisJS.
https://radonis.vercel.app/
MIT License
67 stars 2 forks source link

When running in docker, islands run on server. #43

Open iamlasse opened 10 months ago

iamlasse commented 10 months ago

Description

I've setup the application docker config according to the Adonis JS documentation, and when running the code all islands are logging to the server. When I run the yarn dev, the islands log to the browser.

microeinhundert commented 9 months ago

Islands are also server rendered, which means they are executed both on the client and on the server.