Joseph

Results 20 issues of Joseph

This PR tries to implement #55 :) It introduces a bunch of refactoring of Routes, removes `React-Markdown`, applies React features such as lazy loading + Suspense and Webpack dynamic imports....

Seeding work to keep track of the `updatedAt` time. #1703 At the top of my head I can think of a few things to do: - [x] Are tests exhaustive...

Hi! I've been using this library, and I've collected some feedback from colleagues or people I show this hook to. One persistent subject is that, often developers want to derive...

## What kind of change does this PR introduce? Hi, I encountered an issue with `fetch` on the server side. Formally Next.js does a polyfill for fetch on the server...

Slightly unsure about the error handling on `src/install-rust.ts`, typically all errors at that point should be `instanceof` Error, it's just that TS 4.4 gives the error in the catch handler...

A very basic way to pause hydration during development mode. It checks for `pause_hydration` on the `window.location.search` parameters, and awaits for user click on a `Hydrate` button. Only then the...

type: next

Default to `false` if the query is not passed. ## Motivation I often compete in various coding challenges, hackathons, etc., where I collaborate with people who use languages that are...

enhancement
:star: top pull request

HI, Do you think it would be possible to implement this API for sound? https://docs.microsoft.com/en-us/windows/desktop/coreaudio/loopback-recording This would be useful when trying to analyze spectrum on the sound being played by...

enhancement

### What kind of issue is this? - [x] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build issue...

Type: Bug
Status: Unconfirmed

Documentation
created-by: Next.js DevEx team