Matias Trujillo
Matias Trujillo
Through the strategy already used in atomico/ssr it is possible to support React Native.
Source: https://github.com/atomicojs/astro
## The goal of this new render engine is: ### 1. Experiment with an alternative to virtual-dom without losing JSX support. > As the author of Atomico, I believe that...
This bug should be a [comparative exercise with Atomico](https://github.com/atomicojs/atomico/issues/15#issuecomment-553268648), in this exercise I have detected that haunted against unmounted, allows the component to continue operating even if it is not...
Hi!, I have updated Atomico and I would like to present the changes in your repo, for this I have updated the exited files in the branch, do not update...
Hi, I have generated an update to the repository, rewriting or component generated with Atomico Atomico now has a simpler approach, and allows you to manipulate the web-component as part...
Hi, I have added a small personal project about Hooks, I hope it is of your interest, joins JSX, Hooks and WebComponents, in only 2.7kB [](https://github.com/atomicojs/core)
**Describe the solution you'd like** What if we use hooks inside a state manager? 🤔... Imagine reusing custom Hooks even in the Store, example: ```tsx import { createStore } from...