CWCodify With Meinroopamdeepk.hashnode.dev·Apr 24, 2024 · 1 min readReact 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...00
CWCodify With Meinroopamdeepk.hashnode.dev·Apr 23, 2024 · 1 min readWhat 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...00