Learn about which of the CSS layout systems, CSS Flexbox or CSS Grid, is best for your project according to what designs you prefer.
useEffect
Hook with lifecycle methodsLearn about lifecycle methods in React and how we can use the useEffect Hook to use lifecycle methods in functional components.
Explore Nivo, a data visualization library for React, by building a bar and pie chart and implementing them in a React app.
While JavaScript is easy for beginners, learn how type coercion in JavaScript can be difficult and how to work around it.
Using Big O notation is one of the easiest ways to improve performance in modern applications and measure the complexity of your code.
Learn the difference between server-side rendering (SSR) and static site generation (SSG) in Next.js, and how to use them in tandem.
Lazy loading your application using the Intersection Observer API can reduce bundle size and load time, improving your UX.
Learn what’s new in the latest version of Relay right here, where we explore v11 and how to create reliable React and GraphQL applications.
Valtio is simple, powerful, and combines the power of proxies in React and JavaScript, making state data easy to be used and changed.
Here, you can learn what a Progressive Web App (PWA) is and why you should consider turning your apps into PWAs.
Learn more about MobX 6.0 and see how we can migrate our code from older versions to the newest version.
Relay is a technology that’s very opinionated, structured, and it ensures that you’re using your GraphQL server in the correct way.