Certificate, Exercises, Quiz & Study Plan
On Rishtaara, the real skill is building small apps — certificates celebrate progress but projects prove ability.
Certificate & Exercises
On Rishtaara, the real skill is building small apps — certificates celebrate progress but projects prove ability.
Real-life example: A certificate is a finish-line photo — fun to share, but the training miles (practice) made you strong.
- Redo each lesson example in your own Vite project
- Change props and state to see what breaks — best way to learn
- Build a counter, a todo list, and a login form before hooks section
React Compiler (preview)
The React Compiler automatically optimizes components so you write plain code without manual memo everywhere. It is rolling out with React 19 — you will learn more in the hooks section.
Real-life example: The compiler is like an smart editor fixing grammar — you write naturally; the tool polishes performance.
Quiz & Syllabus
Test yourself after basics: JSX rules, props vs state, keys, controlled forms, and Router terms.
Real-life example: A quiz is a mock exam before the real test — low stakes, high learning.
- MCQ practice: /mcq/react-mcq
- This course syllabus: 28 lessons covering modern React topics
- Full notes: /knowledge/react-complete-guide
Study Plan & Server note
Week 1: lessons 1–10 (JSX through forms). Week 2: styling, router, advanced UI. Week 3: hooks 15–24. Week 4: patterns, server notes, interview, project.
React runs in the browser by default. Server frameworks (Next.js) run React on the server too — covered briefly later.
Real-life example: A study plan is a gym schedule — same exercises daily beat random cramming before exam day.
Interview & Bootcamp notes
Interviewers ask: virtual DOM, props vs state, hooks rules, keys, controlled vs uncontrolled inputs, and React Router basics.
Bootcamps compress this into weeks — this self-paced course lets you replay any lesson.
Real-life example: Interview prep is rehearsing answers before meeting the director — you know your lines, not reading for the first time on stage.
- Interview prep: /interview/react-interview
- Next: Hooks section starting at lesson 15
- Then: Tailwind CSS course for styling at scale