Full stack developer working with Typescript, Vue and some ASP.NET. Team member of Retort-js, an open-source Javascript library for scripting prompt chains.
Currently work as a full stack developer.
One cool thing about Vue is how you can use it's reactivity system outside of .vue files. So in a js or ts file you can use ref(), reactive(), computed() etc and have reactive state that can be shared between components. Really nice if you need something simple rather that a full on state management library like Pinia.
I train people how to program in a fun & easy way ⌐╦╦═─ • FreeCodeCamp writer and author of the Clean Code Zero to One book. Sharing full-stack programming tips/trick based on JavaScript since 2020
One cool thing about Vue is how you can use it's reactivity system outside of .vue files. So in a js or ts file you can use ref(), reactive(), computed() etc and have reactive state that can be shared between components. Really nice if you need something simple rather that a full on state management library like Pinia.
Exactly.. I love this feature.