Matias Trujillo

Results 8 issues of Matias Trujillo

Through the strategy already used in atomico/ssr it is possible to support React Native.

enhancement

Source: https://github.com/atomicojs/astro

enhancement

## 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...

enhancement

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...

bug

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 [![example](https://camo.githubusercontent.com/ca5fa567eec0733f9a722da965a3c3ad2f4ca417/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f647a306938646d70742f696d6167652f75706c6f61642f76313535373334303630352f6769746875622f61746f6d69636f2d656c656d656e742f66756c6c2e706e67)](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...

enhancement