Greg Rickaby
Greg Rickaby
### Discussed in https://github.com/WebDevStudios/nextjs-wordpress-starter/discussions/956 Originally posted by **rem7i** March 2, 2022 All six WDS Headless plugins are NOT working on PHP 8+ You can install them, but CANNOT activate at...
Forms
Closes #879 ### Description This PR was recreated from #925 off the new `main` branch. All credit to @ravewebdev - Adds the new Input wrapper component with some basic validation,...
Refactor the codebase to support Typescript. This can be done gradually, since Typescript supports mixing `.js` with `.ts` and `.tsx`.
As we discussed earlier today, our current form implementation is the very definition of "over-engineered". I would like to rip it all out and start over. - Study up on...
Each block should contain a README.md file with extensive documentation. The target audience is someone new to Gutenberg development.
Need to be able to display and process Gravity Forms. Kellen suggested we try: https://www.npmjs.com/package/gatsby-source-gravityforms The [WPGraphQL source plugin](https://github.com/harness-software/wp-graphql-gravity-forms) and a sample form is setup on Lab. Also, there is...
Algolia has a free search tier, and is React friendly. Could this be an option?
The crew at Northstack figured this out using Apollo... https://github.com/northstack/gatsby-wordpress-twenty-nineteen/blob/master/src/components/comment-list.js
I'd be really great if we could leverage Yoast (or other SEO plugins). I found this on Github, https://github.com/ashhitch/wp-graphql-yoast-seo This [WordPress plugin](https://github.com/ashhitch/wp-graphql-yoast-seo) is installed on the [demo content source](https://gatsby.wdslab.com/2019/08/30/hello-world/)
Gatsby plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-feed/