UI Nav

Home
  • All UI components are consumed within this host from the UI remote
  • For testing purposes, the UI remote also exposes a Zustand store for keeping the Counter state
  • The UI navigation route consumes and displays the route which is exposed from the UI remote

Home

Counter Component from UI remote
using Zustand state manager

Count: 0

Data from API: { "userId": 1, "id": 1, "title": "delectus aut autem", "completed": false }