Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react state scope

Limited to its own component.
A state in React Component is its own local state, the state cannot be accessed and modified outside the component and can only be used inside the component which is very similar to, you already guessed it a function own local scope
Source by codeburst.io #
 
PREVIOUS NEXT
Tagged: #react #state #scope
ADD COMMENT
Topic
Name
2+6 =