Why React Uses 'className' Instead of 'class'
Explore the reason behind React's choice of className over class
Sep 27, 20235 min read

Search for a command to run...
Explore the reason behind React's choice of className over class

Today we're going to build a beginner shopping app with react-native navigation. we'll understand the basics of react-native Navigation, how things work behind the scene and how it is different from browser navigation. So let's get started Need of Re...

Building your first react-native password generator app
