Playing: 189: Hasty Treat - React Server Side Rendering
LOUDNESS
Episode 574
|Feb 10th, 2023
Supper Club Γ Qwik framework from MiΕ‘ko Hevery, the Creator of Angular
Episode 393
|Oct 4th, 2021
Hasty Treat - Spicy Takeout - PHP Is Good and Weβre Just Re-Creating It
Oct 21st, 2019
Hasty Treat - React Server Side Rendering
π Download ShowβοΈ Edit Show NotesIn this Hasty Treat, Scott and Wes talk about server side rendering β what it is, how to use it, best practices, things to avoid, and more!
Sentry - Sponsor
If you want to know what's happening with your errors, track them with Sentry. Sentry is open-source error tracking that helps developers monitor and fix crashes in real time. Cut your time on error resolution from five hours to five minutes. It works with any language and integrates with dozens of other services. Syntax listeners can get two months for free by visiting Sentry.io and using the coupon code "tastytreat".
Show Notes
3:20 - What is SSR?
4:16 - Why SSR at all?
8:39 - Platforms that do SSR out of the box
11:18 - Gotchas
- useLayoutEffect
import { useEffect, useLayoutEffect } from 'react'
const useIsoLayoutEffect =
typeof window !== 'undefined' ? useLayoutEffect : useEffect
export default useIsoLayoutEffect
18:20 - Tools
Links
Tweet us your tasty treats!
- Scott's Instagram
- LevelUpTutorials Instagram
- Wes' Instagram
- Wes' Twitter
- Wes' Facebook
- Scott's Twitter
- Make sure to include @SyntaxFM in your tweets