Viktor Lázár

Results 7 issues of Viktor Lázár

Adds "react" and "react-dom" to `resolve.dedupe` in the `config` hook. @vitejs/plugin-react does the same at https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/src/index.ts#L289-L291. For some context, the missing dedupe of these React packages caused issues in my...

### Description The rendering logic is using the standard `Accept` HTTP header to drive the response type and caching used by the framework. This is not ideal for proxies and...

enhancement: pending triage

There are some unclear parts in the documentation and also some bad code examples or misleading wording: - [ ] Remove `--open` argument from the command and add a quote...

documentation

### Documentation is - [X] Missing - [ ] Outdated - [ ] Confusing - [ ] Not sure? ### Explain in Detail Add guide pages about using the following...

documentation
contribution welcome

### Describe the bug When running the test case at https://github.com/lazarv/react-server/blob/main/test/__test__/memory-cache.spec.mjs it fails on Windows only, see more details at https://github.com/lazarv/react-server/actions/runs/10658262964 ### Reproduction https://github.com/lazarv/react-server/actions/runs/10658262964 ### Steps to reproduce _No response_...

bug
win32

This PR introduces the `microfrontends` command to manage your Vercel Microfrontends. The only subcommand available is `pull`, which downloads the Vercel Microfrontends configuration for your project to use it with...

This PR fixes redirects when using RSC rendering, including redirecting when using navigation with `` component from `@lazarv/react-server/navigation`. As redirects are throwing a redirect error, this means that this PR...