How-to-Guides
Practical step-by-step guides to help you achieve a specific goal. Most useful when you're trying to get something done.
Local Development
- How to spin up a DHIS2 local instance
- How to set up code style for DHIS2
- How to debug common development errors
DHIS2 UI Components
- How to use the DHIS2 UI library - Watch this short video from the Developer Academy 2021
- How to add a Table component
DHIS2 App Runtime
- How to use the Data Query Playground
- How to fetch data from a DHIS2 instance - Watch this short video using the Query Playground of the DHIS2 Application Runtime
- How to mutate data - Watch this short video to learn more about mutation types and how to perform simple mutations
App Hub
Translation
COMING SOON! 👇
Adding Common Features
- How to add a Form
- How to add a DHIS2 Org Unit Tree selector to my application
Plugins
- How to embed a plugin in my application
- How to build a dashboard plugin
Security
- How to ensure security and privacy in DHIS2 apps
Testing
- How to test my application for a specific DHIS2 version (with
d2 cluster
) - How to write automated tests for my application