About
Flower is a development framework that allows to build the logic of an application visually, through flower diagrams.
The benefits of this approach are different:
- People who are not developers can take part in the application development;
- It is easier to change a feature, by simply rearranging the flower diagram or adding new nodes;
- The code can be kept cleaner and more modular, because the logic is handled by Flower.
It is available as a Visual Studio Code extension, allowing developers to work from the same environment that they usually use.
note
Flower is heavily based on Redux architecture, and uses Redux Saga as middleware. We recommend that you are a little familiar with those concepts.