Eric Burel
Eric Burel
Hi, The chapter 8 quiz will ask "What kind of information can only be known at request time?", including "URL path" and "cookies and URL search params" as possible answers,...
Hi, As you may know already, I am a big fan of Next Learn, so much that I uses it as a solid basis to teach Next.js to web developers,...
Done: - running Next.js 15 codemode - app starts - fixing SASS warnings - starting to remove dependencies to React Bootstrap - removed "dynamic" params for GET route handlers (now...
### Is your feature request related to a problem? Collection entries are the way you can access to a single lesson using [`tutorialkit:store`](https://tutorialkit.dev/guides/how-to-use-tutorialkit-api/) or Astro built-in API. However collection are...
This PR introduces a way to access the current lesson frontmatter / collection entry from any component, using `Astro.locals` as a server context. I've tried to find simpler alternatives: -...