A full todo app demonstrating MobX with React using mobx-react-lite.
observer— wraps React components to re-render when observed state changesmobx-react-lite— lightweight React bindings for MobX- Store + React Context — inject stores via
createContext+useContext(replaces the oldProvider/injectpattern) - Computed values —
completedCountandpendingCountderive from the todos array
npm install
npm run dev