itenium-guest: Wifi4Ufree
# Fork https://github.com/itenium-be/React-New-Features on Github
git clone https://github.com/your-user-name/React-New-Features
cd React-New-Features/react-socks
npm install
npm start
Of als je het vergeten bent te forken:
git remote rm origin
git remote add origin https://github.com/your-user-name/React-New-Features
Voor tijdens de oefeningen misschien handig :)
devhints.io/react
<div>
s in the resulting DOM.render()
crashes (not event handlers). NOT for normal flow!shouldComponentUpdate
) + FunctionComponent and Memo.use
. (Linting rule)if () { useHook() }
)useState
useEffect
useContext
useReducer
useCallback
and useMemo
: Memoize resultnpx create-react-app react-socks --typescript
cd react-socks
npm install react-router-dom --save
npm install node-sass --save
The new profiler.