Master Muam development with our step-by-step guides and hands-on examples.
Create your first Muam project in under 5 minutes with our zero-config tooling.
npx create-muam@latest
Learn about reactive state management and how to build dynamic UIs.
const myState = state(0)
Learn to create a full-stack CRUD application with local storage persistence and real-time updates.
Implement lazy loading, caching strategies, and code splitting to speed up your app.