Skip to content

Latest commit

 

History

History

server-driven-ui

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