Where is @typescript ? Since Atomico 1.76, TypeScript will magically validate your code without the use of decorators or complex declarations. We invite you to create #webcomponents with a syntax that aims to provide you with a better development experience 😉👨💻
A small idea, what if we add a more compact component format without using the Props and Component types?
We invite you to leave your feedback on the idea, greetings.
github.com/atomicojs/atomico…
Proposed syntax for @atomicojs vs arrow function syntax.
1️⃣ There would be no need to use TypeScript to infer the types of the render function.
2️⃣ The props object would be automatically validated at the TypeScript level.
Proposed syntax for @atomicojs vs function syntax.
1️⃣ There would be no need to use TypeScript to infer the types of the render function.
2️⃣ The props object would be automatically validated at the TypeScript level.
Hi everyone, yes, I'm still alive 😉 and with amazing improvements.
1️⃣ A small update to our website 🧑🎨✨.
atomicojs.dev/
Site designed by @uppercod and created with @atomicojs@astrodotbuild
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
Hi, I would like to share some things that you can do today with @atomico/vite
1. Automatically create customElements.define ⭐
2. Support Atomico Vite Storybook 🎨
3. Preprocess css template literals with Postcss 😎
4. Export your code for npm 📒 atomico.gitbook.io/doc/packa…
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 youtube.com/watch?v=RppM8X-u…
When you use @Atomicojs#webcomponents with @typescript your code will have superpowers, in this thread you will know everything you can do with Atomico ❤️ Typescript
In Atomico there is a special type called Host, which allows you to associate events that you can listen to from the JSX/TSX, with this you can easily define how your event behaves
Something really interesting when associating listeners in JSX/TSX is that Atomico autocompletes the currentTarget, with the associated tag, this even allows you to access the properties of the customElement instance
Autocompletion of html and svg, although this is typical of JSX and TSX in Atomico we have configured autocompletion to privilege the native use of the DOM and the accessibility attributes