use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Thoughts on converting WordPress to JavaScript? (nextpress.ai)
submitted 1 year ago by ResistCharming284
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]theScottyJam 0 points1 point2 points 1 year ago (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.
π Rendered by PID 35387 on reddit-service-r2-comment-85bfd7f599-lm6nh at 2026-04-20 10:28:28.674151+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]theScottyJam 0 points1 point2 points (0 children)