Get started
This is the tutorial for the SeqFlow framework. It provides a step-by-step guide for creating a simple application that fetches a random quote from an API and displays it.
The tutorial covers the following topics:
- the step 0: how to create a new SeqFlow application.
- the step 1: how to fetch data from an API and manage the component state.
- the step 2: how to create a new component.
- the step 3: refresh the quote.
- the step 4: how to configure the application.
- the step 5: How to test the application.
- the step 6: Your first domain.
- the step 7: Conclusion.
But let's start from the beginning.