Sitemap
React Finland

React Finland - The Largest Nordic React Conference

Press enter or click to view image in full size
Is that a hook we are looking at? (Nick Tulinen)

What David learned at React Finland Workshop with

6 min readMay 8, 2019

--

ran a workshop for intermediate and experienced React developers.

All the materials can be downloaded on the GitHub repo 2019-react-finland-workshop.

Sketchnote with React Hooks and Performance in React (David Leuliette)
useLayoutEffect is perfect for auto-height textarea

⚠️ Pro tip: Don’t put hooks in loops or if…else. To avoid mistakes there is eslint-plugin-react-hooks for that.

built this cool website to collect all of them:

⚠️ Pro tip: When you start to dig on performance start your journey by measuring what you are doing.

Sketchnote with Time Slicing, Suspense, and Context
Awesome react markdown preview application
:

Cascading loading experience

⚠️ Pro tip: This feature is not yet available for server-side rendering.

⚠️ Pro tip: You don’t need to code split everything. Sometimes a single HTTP request with one big file is enough.

Check what Nik is saying about it at React Finland.

⚠️ Pro tip: Remember that when using useContext, every change in the context store will trigger a re-render of all the components where it’s used.

👋 See you next year!

--

--

React Finland
React Finland

Published in React Finland

React Finland - The Largest Nordic React Conference

David Leuliette
David Leuliette

Written by David Leuliette

Freelance on a mission to automate my life. Currently launching a book about the React Native ecosystem → https://davidl.fr/road-to-react-native

No responses yet