-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Guide
Karthik edited this page Mar 1, 2026
·
1 revision
- React 19 + TypeScript
- Client-side service modules for API integration
- Dashboard/component modules for role-specific experiences
- Authentication and session-aware routing
- Admin, Technician, Consumer dashboards
- Device metrics and alert visualization
- Order and operations workflows
cd frontend
npm install
npm test
npm start- Keep components modular and typed
- Validate role-based access in UI routes/views
- Prefer deterministic, testable data transforms
- Avoid over-fetching and redundant polling
- Use memoization/selective rerendering where it matters
- Keep bundle-impactful dependencies under review
Last updated: 2026-03-01