James Viall

Results 5 issues of James Viall

Developing a new Next.js App, the recommended patterns is to fetch data within React Server Components as much as possible. RSCs seem to pair quite nicely with suspense boundaries, as...

Status: Unconfirmed

### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/nextjs-error-boundary-catches-server-throws-mmvlsd ### To Reproduce - Create your own [`ErrorBoundary` component](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary) - Render a Server component which throws as a child of...

bug

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin24.0 typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173 typeset -a _autocomplete__funcfiletrace=( /Users/njooi/.config//zsh/plugins/marlonrichert/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/njooi/.config//zsh//pluginrc:6 /Users/njooi/.config//zsh//.zshrc:19 zsh:0 ) % git -C ~autocomplete log --oneline...

bug

I'd like to make sure that users create sufficiently strong passwords. Right now there is no minimum length or requirement of content for the password, and this creates a security...

since the package.json specifies a minimum node version of 18, it's probably a good idea to also specify the corresponding minimum npm version of 10, which is the version shipped...