Examples
In this page, we list the ufficial example in the main repository. If you are looking for more examples, please create an Issue or a Pull Request to add your example here.
Random quote
A simple example to demonstrate how to fetch data from an API and show it in the application.
random-quote
: the good way to start - tutorial
Counter
The simplest counter example to demonstrate how to create a web component using SeqFlow. Base on what you are looking for, there're three different examples:
counter
: the good way to start - repocounter-component
: an introduction to components - repocounter-domain
: an introduction of how to use domain in components - repo
E-Commerce
A complex example how to manage multiple domains and components in a single application. This example demonstrates how to create a simple e-commerce website using SeqFlow.
e-commerce
: the e-commerce - repo
Web Component
An example how to create a web component using SeqFlow.
custom-element
: the custom element - repo