Claudio Wunder

Results 1165 comments of Claudio Wunder

This issue is open to grabs by anyone interested :)

> ### Enter your suggestions in details: > The new [previous releases](https://nodejs.org/en/about/previous-releases) page no longer shows the `NODE_MODULE_VERSION` or v8 version for each release. Those were super useful for native...

> Hey ! I'm trying to work on this but I got a problem. It's because node doesn't found ts file. So should we build ts before test ? No....

Or if you also need react compatibility. You might want to use the tsx loader (also a package)

> Have you considered ditching JSDOM + RTL in favor of Cypress/Playwright Component Testing? We already have Visual Regression Testing. The only tests we have for Components at the moment...

To clarify, our testing of components here is really bare bones, just to certify that for example, a select actually renders said items. Adding browser testing (even if headless) is...

@Harkunwar, I guess it would make sense to start investigating the Monorepo approach. **Things to keep in consideration:** - `packages` structure as mentioned above - When on Pull Requests, suppose...

> Hey @Harkunwar! I'm currently testing monorepo for this project. Where do you are in this process ? [here my "POC"](https://github.com/AugustinMauroy/nodejs.org-monorepo-poc) Looks cool. Except that `api-docs` are not the scope...

Hey @AlexcastroDev I appreciate your input here. We're very probably sticking with Turborepo as it is what makes sense here. Mostly because we rely on Next.js; I never heard about...