blob: 7d3fca719fa16edf977407dce9988a402a15aea2 [file]
=================
Next Steps
=================
You've written your own burr application in a few lines of code. Nice work! Let's outline a few of the capabilities
of the Burr library and where you can go to learn more about them.
- :ref:`Creating custom actions <actions>` and calling out to integrated frameworks
- :ref:`Running applications <applications>`, managing their lifeycyle, and inspecting the results
- :ref:`Managing state <state>` -- persisting, inspecting, and updating
- :ref:`Handling transition between nodes <transitions>` and managing the flow of your application
- :ref:`Adding hooks to customize execution <hooks>` and integrate with other systems