Change the repository type filter
All
Repositories list
19 repositories
.github
Public- This chapter is about creating routes to different pages of the application and how to navigate through them
- Chapter-11 is about Data layer of the app. Consider data as if it's oil, use it wisely because that is what powers the engine, and its expensive as well. There …
- Chapter-12 is all about handling data using external state management library `Redux`. We discussed the problems with other ways of data management like Props …
table-of-contents
PublicThis repo is the index page for all the chapters that we will be learning in Namaste React Live Course by Akshay Saini..- In this chapter, we re-organised the repo structure, understood the importance of clean coding principles, different ways of exporting and importing modules(com…
- This repo contains all the steps to be done (that we followed in namaste react course) while developing a React App.
- This chapter helps us to prepare for machine coding round of interview. How to practice, plan and develop an app in the Live Coding interview.
- This chapter is the continuation of the app that we discussed in last chapter. In the first half, we implemented advanced features like searching, how to improv…
youtube-clone
PublicThis is a clone of YouTube Application developed using React and other supporting the stack to practice for Machine Coding Interview.- Chapter-13 is all about testing the application. In this chapter, different types of testing and testing frameworks were discussed. Detailed explanation and han…
- Chapter-10 is all about UI Layer of our app. The look and feel of the app attracts the user. Various ways of writing css (styling) is discussed in this chapter.…
- The first half of the chapter was about all about Custom Hooks. Difference between helper functions and custom hooks were discussed with example. The second hal…
- This chapter is all about creating and working with class based components in React.
- In this chapter, we learnt about working with real time data from the Web (Our world basically)
- In this chapter, we started to develop a config-driven UI for food ordering platform. Concepts of props(properties), virtual DOM, importance of unique key were …
- Chapter-02 was about creating production ready react app from scratch without using create-react-app. The concept of bundlers (Parcel) was explained in detail.
- This was an introduction session to Namaste React Live Course. Wrote the first react program without any installation or create-react-app.
- Chapter-03 covers lots of core concepts like JSX, functional components, babel.