What is special about React.js?
Components are building blocks of React.js applications. It allows us to split the UI into multiple independent & reusable pieces. There are 2 main types of components in React. Functional components & Class components.
Read
React hooks are special type of functions that allow developers to implement states & lifecycles in Functional components.
Read
A HOC is a function that takes a Component as an argument and returns a new component.
Read
Yes we can do that. Learn more in the GitHub documentation.
Read
Jest is a popular JavaScript testing framework developed and maintained by Meta. It is widely used for testing JavaScript applications, specially those built with React & Node.
Read