An open API service indexing awesome lists of open source software.

https://github.com/sheraff/react-continuous-portal


https://github.com/sheraff/react-continuous-portal

component performance react-portal rendering

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# react-continuous-portal

https://user-images.githubusercontent.com/1325721/174495942-7649f246-332c-464b-80bc-7ad5cd1f6510.mov

Easy to use `createPortal` component (``) that never unmounts when changing the destination (``). Plus, even the destination can pass props.

```jsx
function() {
const fragment = useFragment('div')
return (
<>




>
)
}
```