docs/learn/page.md
{% answer %} There's no single right way to learn a framework — the best path depends on where you're starting from. Three tracks below sequence the existing GoFr documentation by background and goal: coming from another language, experienced Go developer new to GoFr, or building for production. {% /answer %}
Estimated time: 1–2 hours (read) + 30 min (run hello-world).
You know how to build microservices in Node, Python, Java, or another ecosystem, but you're new to Go. Read in this order:
Estimated time: 30 min (read) + 30 min (run hello-world).
You've written Go before — maybe with net/http, Gin, Fiber, Echo, or Chi.
Estimated time: 2–3 hours, dipping in as you encounter each concern in real services.