Open Tubbster-UX opened 2 weeks ago
Integrate WordPress pages using the GraphQL API so we can load content dynamically from WordPress.
Set up dynamic routes for WordPress pages based on slugs or IDs, so they can be fetched on demand.
Ensure there’s proper error handling if a page doesn’t exist or the API is down.
Let’s consider adding some caching to improve performance for commonly accessed pages.
started adding in commit c434087
missing is proper styling for the wordpress pages
and added 404 error page in c434087
Integrate WordPress pages using the GraphQL API so we can load content dynamically from WordPress.
Set up dynamic routes for WordPress pages based on slugs or IDs, so they can be fetched on demand.
Ensure there’s proper error handling if a page doesn’t exist or the API is down.
Let’s consider adding some caching to improve performance for commonly accessed pages.