Tero Piirainen
Tero Piirainen
Hey, I'm looking for good Object.observable polyfills and this looks like the most minimal and clean solution. Couple of questions: - Any other good implementations out there (that you prefer)?...
Nue development is currently focusing on building a solid **a design system** and **website templates** before the focus shifts **into singe-page** applications and client-side/reactive Nue JS. For this reason, some...
This should be possible: ``` js import { hello } from './hello.js´ { hello() } ``` Currently Nue uses a [new Function()](https://github.com/nuejs/nue/blob/master/packages/nuejs/src/fn.js#L94) call to execute server side scripts, which does...
Use @goblinfactory's [excellent post](https://github.com/nuejs/nue/issues/85#issuecomment-1892797503) as inspiration: --- As a hack just so that I can play with the project, I've just been doing local built and include the .dist/prod directory...
As per [this discussion](https://www.reddit.com/r/vuejs/comments/16ifij7/nue_powerful_reactvueviteastro_alternative/) in Reddit Nue should support `$emits` or similar to implement bi-directional data flow.
Just started a new discussion about it over here: https://github.com/nuejs/nue/discussions/126 Thanks for this scheme! I've always had trouble with increasing the first number to 1.0.x without a project being production-ready.
The [summer holiday mode](https://github.com/nuejs/nue/issues/189) is still on, but I've been slowly working on the new website at https://www2.nuejs.org/ - - - - - - Here is the blog entry of...
Would love to see a super solid VS code extension for Nue that looks great and works great. That is: the colors are perfected and consistent for CSS, HTML/Nue, JavaScript,...
### 1. A Personal Mission I’m Tero Piirainen, and Nue is my pet project. It grew out of frustration with the current web dev status quo. So far, the vision,...