Latest Posts
Day 3: Pipeable Operators (map, filter, tap)
Unlock the power of the pipe function. Learn to transform and filter data streams just like array methods.
Day 2: Creation Operators
Learn how to easily create Observables from values, arrays, events, and timers using Creation Operators.
Day 1: Observables, Observers & Subscriptions
Start your Reactive journey. Understand the core concepts of RxJS: Observables, Observers, and Subscriptions.
Day 10: Performance Optimization
The grand finale. Learn how to optimize your React apps using memo, useMemo, useCallback, and code splitting.
Day 9: Custom Hooks
Level up your code reusability. Learn how to extract component logic into reusable Custom Hooks.
Day 8: Routing with React Router
Build single-page applications (SPAs) with multiple views. Learn to implement client-side routing using React Router.
Day 7: Context API & Global State
Solve the prop drilling problem. Learn how to manage global state in your application using the React Context API.
Day 6: Forms & Validation
Master form handling in React. Learn about controlled components, form submission, and implementing validation logic.
Day 5: Lists, Keys & Styling
Learn how to render lists of data efficiently using keys and explore different ways to style your React components.