Eric Burel

Results 366 comments of Eric Burel

Glad you liked it! In the article I hide the logic in the `isPaidUser` function, however you are right that it's the hard part, for instance in Next.js the Edge...

Hey folks, Just chiming in to describe what I currently do to have a "poor man" i18n for my slides: - Using `markdown-it-attrs` and `markdown-it-bracketed-spans`, I can add classes to...

When comparing technologies with regards to SSR, I suggest to test the following use case: render personalized content statically. Say a dark or light theme, translated content, a page personalized...

> All of it. Learning Lit and Web components is something I would recommend to all web developers, it's extremely insightful. But I am very cautious on upbeat comments about...

Slightly related: I have a config like so ``` { "deno.enable": true, "deno.unstable": true, "deno.enablePaths": [ "./api", "./webapp" ] } ``` and configs in `./api/deno.jsonc` and `./webapp/deno.jsonc`. However, VS code...

Hello from the future, would you recommend using influxdata version at this point?

Hi, I have some issue using react-selectable with svg. My component, as a lot of svg components do, rely massively on transform, so I guess that might explain those issue....

Here's mine: ## Features They definitely deserve a small description if possible I would keep "dynamic import" around, related to the introduction of React.lazy namely, it's still confusing for JS...

Well, it turns out that my clients also want their tax report during the same fiscal year they must provide said reports, so we do our best as a very...

I guess it would be stored in a "modenv" specific config file, like most tools do (at least in the JS ecosystem) The URL could be part of the config,...