2

Anyone worked with WordPress + React?

I'm trying to think how I can host WP as my back-end and React as my front-end.

Currently I'm thinking of hosting them separately as two different domains as the back-end can be called as an API by the front-end.

Comments
  • 2
    Host the wp on regular hosting, serve your react build on netlify then do domain forwarding(if you have a domain)
  • 3
    Why? If you don't want to use WordPress for what it's made for then why want to use WordPress?

    If you want the CMS there are tons of headless CMS's built for what I think you need.
  • 4
    What Crazy hell are you trying to create?

    If you want a cms that's headless rather then a full blown website use something like ghost
    https://ghost.org/features/

    Then you can use anything you like on the frontend as it's all api driven.
  • 1
    @C0D4 @Codex404
    I just chose a random CMS out of curiosity lol.

    Maybe I'll try something else then.
  • 1
    @volttide
    netlify aye? I'll look into it. Thanks!
  • 0
    ButterCMS....

    It’s so fucking easy to use
Add Comment