2025-06-26 08:46:08

As I made a product that depends heavily on the WordPress admin dashboard not becoming a React app, I think a lot about it becoming a React app.

There are so many plugins that hook into the Dashboard in clever ways.

And then I see what WordPress seems to be doing to be SQLite compatible: basically making a whole SQL translation layer! 😵‍💫

And now I wonder if this is what will happen with the dashboard. Will they write some crazy JavaScript/jQuery translator that keeps old stuff working somehow?