roopamdeepk.hashnode.devReact State vs React PropsProps or properties are the inputs or the arguments passed to a component. State, on the other hand, is the internal data managed by a component that can change over time. So, Props are like function arguments and state is like local variables inside...Apr 24, 2024·1 min read
roopamdeepk.hashnode.devWhat is React?React is a JavaScript library for building dynamic and interactive user interfaces. It was created at Facebook in 2011, and is currently the most widely used JavaScript library for front-end development. Why was React created? As you probably know, w...Apr 23, 2024·1 min read