rbi-learning / Today-I-Learned

1 stars 0 forks source link

8/26 Official Notes #171

Open Stommy123 opened 4 years ago

Stommy123 commented 4 years ago

08/26 Day 22 Lecture Notes

useState recap

const [someState, setSomeState] = useState(DEFAULT_VALUE);

Distribution Builds

parcel build src/index.html