Me he lanzado 🚀 a crear una serie de videos sobre #webcomponents con Programación Funcional! con @atomicojs https://t.co/aweoekSU2c a través de @YouTube he aquí el primer video
@JLarky@WickyNilliams@igarshmyb@atomicojs Good point! 👍 A simple syntax like Atomico and Solid results in smaller and less complex code as the number of components increases compared to other solutions. The powerup of Atomico is the API it provides for working with webcomponents, it's a whole different world 😉
@JLarky@WickyNilliams@igarshmyb@atomicojs Oops, I almost forgot. All set, fixed now and with React in production mode 👍.
Performance test open to contribution 😉
https://t.co/T8jTtUzhlC
@WickyNilliams@JLarky@igarshmyb@atomicojs 🤔 I think for the atomico@2 version, I'll need to work on reducing the size and improving performance without sacrificing the good development experience 😉.
@WickyNilliams@JLarky@igarshmyb@atomicojs@WickyNilliams@JLarky It's true that Atomico's size has increased with the latest versions as it now includes SSR by default and over 21 hooks. However, it remains lightweight. For example (All libraries in the latest version):
@WickyNilliams@stream7_@devongovett Thank you for the mention👍. Happy to support all developers using @Atomicojs ...by the way, Cally already added it to the Atomico website🚀https://t.co/ezhbh69qGS.
@passle_ Hi, Why try with generator functions? I've been using them to work with transitions and API calls. I've found a significant advantage in not considering this logic as part of the component.
@fmontes 100% por "export function Component", ya que facilita la agrupación al consumir tu sistema de componentes.
Como bonus tengo una herramienta que facilita la agrupación de exportación llamada @atomicojs/exports para lograr este objetivo
Automatically create customElements.define?, Yes @atomico/vite will add the customElement.define to your #webcomponents based on your component's export name, no more customElement.define for your application or design system
Hola, Tenemos nuevos hooks en el core de @Atomicojs, en este video te hablo de usePromise, un nuevo hook para consumir fácilmente promesas en tus #webcomponents creados con Atomicojs https://t.co/AYz4egikhE
Here's that @CodePen link! 🚀
And this should work in your browser today 🙌 That's because it's using a polyfill that's currently under development as scroll linked animations are experimented with 😎
https://t.co/RmjVuUxBzv
@ryanflorence With @Atomicojs#webcomponents you can easily create components that communicate natively with forms, the trick is simple, hybrid render 🤯 (with Atomico this even works inside React) https://t.co/o6G1iE0hmR
@slightlylate Detecting differences through mappings is the default strategy of VDOM, but with VDOM you can also create reactivity without the need to generate diff, through reactive mutable references, this could be as fast as the libraries you comment
@WestbrookJ@daKmoR@preactjs@buildWithLit 📈 Trending ? I can't find the utility of preact/signals in libraries like Atomico, Lit, Solid or Stencil. Unless it is used as a Store
@AndricoKaroulla With @Atomicojs you will have better abstraction of dependencies for your #webcomponents, since Atomico allows you to instantiate the webcomponent through the constructor 🤯 https://t.co/3TjUmabAjh