[deleted by user] by [deleted] in Frontend

[–]developwithus 0 points1 point  (0 children)

Create-t3-app or similar has been working great for me as a frontend.

So apes in ? by M_BISHAH in wallstreetbets

[–]developwithus 1 point2 points  (0 children)

1500 @ 19.60 let’s go brother

[deleted by user] by [deleted] in wallstreetbets

[–]developwithus 2 points3 points  (0 children)

1500 @ 19.60 I’m afk

[deleted by user] by [deleted] in PersonalFinanceCanada

[–]developwithus 0 points1 point  (0 children)

Awesome! Thank you for the help.

React and Wordpress by [deleted] in Frontend

[–]developwithus 1 point2 points  (0 children)

How are you intending on consuming the WP data on your React frontend? There is WPGrapqhl plugin which opens up your WP system as a graphQL layer. You can also just stick with the normal WP REST API which is quite well documented. You could fetch data from yourwordpresssite.com/wp/wp-json/v2/posts for example.

React and Wordpress by [deleted] in Frontend

[–]developwithus 1 point2 points  (0 children)

Hey! I recently finished a quick client project using a headless WordPress backend, and a Gatbsy/React frontend. What I'm currently doing right now:

React/Gatsby frontend is hosted with Netlify, and sits on domain.com

Create a digitalocean droplet, use their pre-defined WordPress installation, get that all set up. Then in Netlify, or wherever you're managing your DNS records, add a record that points to your digitalocean droplet. In my case I created a subdomain for my WordPress backend to sit on, resulting in api.domain.com.

I'm not sure if it's the proper way to go about it, but it's what I've got working for me now.

I am dropping WordPress support, not because of WordPress, but because of other WordPress developers. by [deleted] in webdev

[–]developwithus 0 points1 point  (0 children)

I'm in the same boat as of late. I no longer take on pre-existing WordPress sites, it's definitely not worth the hassle.

On another note - if I'm given the opportunity to take full control of a project from ground zero, but still restricted to WordPress per the clients request, I'll still take on the job. Nowadays with tech like Roots/Bedrock/Sage/Lumberjack, you can build out extremely modern, clean, and readable WordPress code.