Overview of the Full Piral Micro Frontend Example
The Full Piral example demonstrates how to create a micro frontend shell using piral with a completely custom UI composed of standard functional components. Key architectural features demonstrated include:
- Dynamic Pilet Fetching: Pilets are retrieved dynamically from a sample feed.
- Virtual Pilets: Demonstrates how to bring in a virtual pilet using the
attachAPI. - Data Loading & Communication: Shows how pilets interact with each other and load data.
- Real Backend Integration: Unlike many mocks, this example interacts with real backend services (e.g., OpenWeather API) rather than a sample gateway.
The sample pilets used in this demonstration are available in the official Piral repository and are also published on NPM for individual experimentation.