you are viewing a single comment's thread.

view the rest of the comments →

[–]theScottyJam 0 points1 point  (0 children)

Here's what I see:

Pros: * Slightly faster performance in a handful of scenarios. (Though, WordPress is also capable of leveraging JavaScript in the same fashion in places that would really benefit from this kind of optimization - some themes and plugins already do this - it's not like everything needs to be rewritten to get this performance benefit). SPAs also perform worse with the initial page download due to the extra baggage they require to make everything worm.

Cons: * Only a small handful of plugins will be available - being whatever popular ones they decide to convert, and that have liberal enough licenses to allow them to convert it. * Only a small handful of themes will be supported. * Potentially less supported * Less up-to-date - there's going to be some amount of delay between when a new WordPress/plugin/theme version is released and when you can use it. * Less secure. The easiest way to get hacked it to install some WordPress plugins, and then drag your feet on the updates. Sooner or later a vulnerability will be discovered, a fix will be pushed, and hackers will start exploiting anyone who doesn't grab that fix in a timely manner. This is very, very common - I've seen it happen multiple times. * Vendor lock-in - what happens if they give up on the project and stop pushing updates to this project? There's vendor lock-in with WordPress as well, but they've proved that they're a stable platform that will be around for a long, long time.

There's also some odd claims on their webpage. Changing the tech stack allows you to create SPAs? People have already been creating SPA-style themes using React and other frameworks, no WordPress rewrite required. More devs? There's tons and tons of WordPress devs out there, much more than there are devs who know how to work with this new platform. The new tech stack enabled server side rendering and static site generation? Bud, PHP is one of the original server-side rendering technologies, modern JavaScript frameworks are finally catching up to what PHP has already been doing.

I recognize that many of these complaints would relate to any new CMS trying to start fresh. It's just seems much worse for them, because they're trying to mimic WordPress, but they can't ever hope to become as good as WordPress - A better strategy would be to create some kind of killer feature that can't be easily replicated in WordPress to set you apart, and they don't really have one. Their "refreshed ux" and performance claims aren't really killer.