faustjs
faustjs copied to clipboard
Faust.js™ - The Headless WordPress Framework
### Description Hello! I have been running faust blockset command and every time my .faust folder would only contain these files: ``` ├── .faust │ ├── blocks │ │ ├──...
As a Faust user, I would like to be warned if I accidentally set the `NEXT_PUBLIC_WORDPRESS_URL` as the URL of my headless site. We have seen this happen times here...
# Description We should provide detailed instructions on how to debug Next.js Apps with Chrome. # Acceptance Criteria - Debugging How To Guide added in Faustjs.org - Sample vscode launch.json...
As a part of making the toolbar GA ready, we want to address the consistent request to the `token` endpoint for determining if a user is logged in or not...
Next.js default settings such as how content headers are set may not be appropriate for Faust.js. This ticket is to audit the current settings and defaults in Next.js and review...
This ticket is the first in what will be a series of tickets to review and improve our documentation on faustjs.org. Let's start with https://faustjs.org/tutorial/get-started-with-faust. Review the page, run the...
The [dev guide associated with the faustjs repo](https://github.com/wpengine/faustjs/blob/canary/DEVELOPMENT.md#faustwp-plugin) is outdated. Update the guide to reflect current tooling, updated links, and guidance.
## Environment - `faustwp` plugin version: 1.2.1 - WordPress version: 6.4.3 - Browser, OS, and other relevant software versions: Brave, Mac OS 14.0 ## Description When I rewrite permalink for...
Multiple Queries support should support multiple of the same query with different variables/options
Our multiple queries support allows for define multiple queries, but we should also support defining multiple of the same query, with different variables and/or options. Currently `useFaustQuery()` accepts only one...
# Description Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. It is enabled by default on Dev mode so we need a small guide...