Piyush NanwaniforAtomxelblog.atomxel.com·Mar 9, 2024Understanding React Concepts: State and PropReact, with its declarative and component-based approach, relies on key concepts like state and props to manage and pass data. This blog aims to explain the differences between state and props with examples. State State is the internal handling of da...34 readsatomxel
Piyush NanwaniforAtomxelblog.atomxel.com·Feb 26, 2024React Tutorial: A Beginner's GuideReact JS is a widely used JavaScript library, and its popularity is continuing to grow around the world. Following image by Google Trends shows it's popularity in terms of web searches worldwide in the past 12 months in comparing it with Angular. Blu...30 readsReact
Muhammad Hunbal Siddiquiblogs.hunbalsiddiqui.com·Mar 27, 2023React as a Standalone Library or as a Part of a Framework: Which One to Choose?React is a widely used front-end library that simplifies the process of building user interfaces. However, the latest React documentation has emphasized using frameworks rather than using React as a standalone library. In this blog post, we will expl...97 readsReact