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 ⌐╦╦═─ Clean code enthusiast • Sharing Fullstack News based on JavaScript Since 2020 • 1.8M+ reads
[Grab My book: Clean Code Zero to One]
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.