#reactjs
Read more stories on Hashnode
Articles with this tag
Explore the impact of server-side rendering (SSR) and client-side rendering (CSR) on performance, focusing on the waterfall effect in React applications.
Learn the differences between useState and useRef in React for state management and persisting values without re-renders. · What is useState? useState is...
Discover the process of React hydration and how it connects server-rendered HTML with client-side JavaScript to enhance web interactivity. ·...
Learn how React Native powers big tech giants like Microsoft and Meta, accelerating development. Open-source, and bridging mobile-web gap. · What is...
Explore the distinctions between React.js and React Native, understanding their commonalities, differences, and guidance for developers. Dive into their shared core, component reusability, and divergent styling and navigation approaches. Discover strategies for code sharing between React Native and React JS, making informed decisions for web and mobile development projects.
Learn how I built an Autolink Heading component for React Navigation that automatically generates anchor links for section headings to improve navigation.