Published inJavaScript in Plain English·Apr 17Mastering React State Management: A Comprehensive GuideState management is a crucial aspect of any modern web application, and when it comes to React, it’s no exception. In React, state is the mechanism that allows components to maintain and manage their internal data. …React11 min readReact11 min read
Published inJavaScript in Plain English·Jun 3, 2021Tired of Boring Static Dashboards? Let’s Build a Fully Customizable Dashboard in ReactIf you search for a dashboard template in any marketplace, I can guarantee almost all the results you will find look the same. A couple of indicators on the top and two or three charts on the bottom. No room for customization. Feels so outdated! Can we do better? …JavaScript8 min readJavaScript8 min read
Published inGeek Culture·May 21, 2021Build 3D Apps With React | Animated Solar System | Part 2Hello everyone. In this article, we will continue with our animated solar system application. Missed the first part? you can find it here. Build 3D Apps with React | Animated Solar System | Part 1 So far, we have created a set of random planets and added ecliptic paths to…React9 min readReact9 min read
Published inGeek Culture·May 17, 2021Build 3D Apps with React | Animated Solar System | Part 1Hello everyone, In this article I’ll walk you through how to create a basic 3D application with React using React Three Fiber. React Three Fiber (AKA r3f) is a React renderer for Three.js created by Paul Henschel. Although you can use three.js …React8 min readReact8 min read