DEV Community

yungcodedev
yungcodedev

Posted on

State in React js

State in react js is when we want to remember the changed value of a property while it renders the page and display the changed value.
Similar to declaring a variable

Top comments (0)