Archive / Page 6
57 articles covering web development, tooling, React, JavaScript, and practical frontend work.
Reading Index
57
Sorted by recency with the newest entry featured first.
Page 6 / 6

React
Discover the uses of React Styled Components for enhanced UI design. Learn how to use styled components, and inline styles for dynamic design.
Nov 12, 2024 / 10 min read
JavaScript
Explore the differences between React vs React Native. Understand which framework suits your project needs for web or mobile app development.
ReactJS
How to use ReactJS components and props to build reusable, efficient, and scalable UI. This guide covers the basics of components and props.
Web Development
Discover the uses of React Styled Components for enhanced UI design. Learn how to use styled components, and inline styles for dynamic design.
Web Development
Learn how to effectively Unit Testing React components with this comprehensive guide, ensuring code quality and bug-free development.
JavaScript
How to group arrays and objects in JavaScript using Lodash _.groupBy(). Copy-paste examples for grouping by property, multiple keys, array of objects, nested values, custom functions, and native alternatives.
Web Development
Boost React app performance with React Query useMutation, useQuery, and devtools. Learn how to optimize data fetching with refetch.