headstartwp icon indicating copy to clipboard operation
headstartwp copied to clipboard

Build a headless website fast with WordPress, the world’s most popular CMS, and Next.js, the most popular React framework. A free and open source solution by the experts at 10up.

Results 62 headstartwp issues
Sort by recently updated
recently updated
newest added

**Is your enhancement related to a problem? Please describe.** The idea here is to provide an optional, built into the framework state management solution that could be used by project...

State Management

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Describe the bug **Pages Router** In the pages router, when permalinks are set to `/blog/[slug]`, a post url will load the `Archive` component in `BlogPage` in `blog/[[…path]].tsx`. When permalinks...

### Describe the bug After initial setup, `npm run build` fails for me with the following error: "Type error: Type '({ href, rel, children, target, className }: LinkProps) => JSX.Element'...

### Is your enhancement related to a problem? Please describe. When there is no data to return from `useFetchPosts` and a `NotFoundError` is returned instead, the `loading` property is still...

breaking change

### Describe the bug In wp-nextjs-app: Even if the main query is working, the error from the `ServerRelatedPosts` component will override the output of the main query and display an...

### Description of the Change `images.remotePatterns` requires a minimum Next.js version, 14. Rather than updating the config to always use `remotePatterns`, this change will detect the Next version from the...

### Description of the Change Will validate headstartwp.config.server.js and headstartwp.config.client.js (HeadlessConfig) with Yup. If an error is found, it is caught and logged in the terminal during the build process....