atomico icon indicating copy to clipboard operation
atomico copied to clipboard

Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.

Results 19 atomico issues
Sort by recently updated
recently updated
newest added

React 18 introduced 5 new hooks which should be added to Atomico: - `useTransition` - `useDeferredValue` - `useId` - `useSyncExternalStore` - `useInsertionEffect` As we share some code between React Native...

enhancement

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

enhancement

Hi, my name is Tamir and I'm a security researcher at Mend.io I have noticed something strange, I would be happy to get clarifications from you. the package https://www.npmjs.com/package/atomico-base is...

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

**Describe the bug** I always wanted to report this since a long time. Fragments cannot be used in JSX like they can in React. Example: ```tsx Fragment example ``` See:...

bug

**Is your feature request related to a problem? Please describe.** Now that the Context API is available in Atomico, it would be very nice to be able to pass callbacks...

enhancement

## Is your feature request related to a problem? Please describe. JSX/Lit/Uhtml/etc all look and act basically the same. For those that care about the very very subtle differences between...

enhancement

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

**Is your feature request related to a problem? Please describe.** I knew that there is already an existing `useProp()` and `useState()` which already do their job just nice. I wonder...

enhancement