Comment by QuiCasseRien
10 days ago
https://nuejs.org/blog/introducing-hyper/simple-table.html
With vuejs, the template code is very identical to your hyper version.
React is full bullshit mixing (JSX) code.
So what's about comparing to a cleaner code and separation like the vuejs.
Vue is indeed similar, but Hyper is more minimal with fewer special characters and syntax patterns. The key difference is that Hyper strictly separates styling: no CSS-in-JS or class manipulation is allowed. This makes components truly reusable across different projects and environments.
Well,
I'm waiting for more real world production examples and not just the todo-list hello world.
I like the simpler/cleaner approach of Nue. Now one of the big difference will be the component and theming provided.
I'm a long term vue/vuetify user and i can build powerful and sexy web app in a small amount of time and effort.
I will definetely compare this point.
That's said, you've done an incredible work with your Nue project. i keep a eye on it.
Sounds like no class manipulation will also make it impossible to do... front-end work?
Yes. If you are a keen Tailwind user and think "class names is the reason CSS doesn't scale" (as they say)
5 replies →