Sébastien Lorber

Results 1346 comments of Sébastien Lorber

I'm not sure I understand what you try to say 🤔 What I want is to be clear that the canary version is not the "upcoming patch" but may contain...

> In Next.js, x.y.n (n ≠ 0) are independent of the main branch. Unlike it, the recent Docusaurus 3.5.1–2 and 3.6.1–3 are just commits in the main branch. They're not...

@carbonrobot I looked at the PR and I'm not 100% sure this is solved. SSR has never been the problem. We use this package in Docusaurus to render things at...

I understand the consistency usage, but still think it's a feature for the developer to have to understand what is constant and what is dynamic on the call site. >...

Wouldn't this trigger useless re-renders for many components using it that do not care about particular routing updates? Here's an interactive article presenting the problem with React Router as an...

For Docusaurus we have some documentation sites with very large sidebars where items need to be highlighted depending on the currently selected URL. Here's an example: https://xsoar.pan.dev/docs/reference/integrations/one-password Not optimizing re-renders...