Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

server-driven-ui

README.md

Server Driven UI

Quite a useful pattern where the server is responsible and controls what is shown to the user as part of the UI. A simple example is added here. A video explanation can be found in my Youtube Channel

Instruction

Run the example by running below commands in separate terminals

npm run dev
npm run server