Eric Burel

Eric Burel

French engineer, founder of LBKE. I contribute to the State of JS survey, I write Next.js courses and I give trainings at Human Coders.
Securing Server-Rendered Applications – Next.js Case
React Advanced Conference 2024React Advanced Conference 2024
Upcoming
Securing Server-Rendered Applications – Next.js Case
Next.js deep integration between the client and the server makes developing fast JavaScript applications a breeze. And it's also the worst nightmare of your security team. Let's discover a few security patterns for server-rendering frameworks like Next.js.
The Journey From React Frontend Development to Fullstack Development With Next.js
React Advanced Conference 2024React Advanced Conference 2024
Oct 30, 15:00
The Journey From React Frontend Development to Fullstack Development With Next.js
Workshop
Join us as we journey from React frontend development to fullstack development with Next.js. During this workshop, we'll follow along the official Next.js Learn tutorial with Eric Burel, professional trainer and author of NextPatterns.dev. Together, we'll set up a Next.js website and explore its server-side features to build performant apps.
- Introduction: discovering Next.js and its server-centric philosophy- Crafting a perfectly optimized multi-page website- Making sense of Next.js server-side rendering capabilities- Conclusion: how Next.js empowers you as a React developer
Register
Treat your users right with Segmented Rendering
React Advanced Conference 2022React Advanced Conference 2022
21 min
Treat your users right with Segmented Rendering
If you think that static rendering is limited to generic and public content that is the same for every user of your website, this talk is for you. Segmented Rendering is a new pattern for the Jamstack that lets you personalize content, statically, without any sort of client-side rendering or per-request Server-Side Rendering. Get the best possible performances for use cases such as theming, internationalization, A/B testing, multi-tenancy, and start treating your users right!