16 Matching Annotations
- Apr 2024
-
github.com github.com
-
For React 18 onwards, this library have been deprecated and should be replaced with
@testing-library/react
.
-
- Jan 2022
-
github.com github.com
-
Instead of render props, we use Svelte's slot props: // React version <Listbox.Button> {({open, disabled} => /* Something using open and disabled */)} </Listbox.Button> <!--- Svelte version ---> <ListboxButton let:open let:disabled> <!--- Something using open and disabled ---> </ListboxButton>
-
- Nov 2020
-
github.com github.com
- Oct 2020
-
github.com github.com
-
For event listeners we support the standard jsx naming convention onEventname (this is converted to on:eventname in svelte) as well.
-
-
github.com github.com
-
They even named the main file
react.js
so when converting/migrating components from React you could (at least some of the time, perhaps) simply leave some of the imports as-is:import {createHooks, useRef} from './react';
-
-
github.com github.com
- Sep 2020
-
react-spectrum.adobe.com react-spectrum.adobe.com
- May 2020
-
github.com github.com
- Dec 2019
-
- Nov 2019
-
roylee0704.github.io roylee0704.github.io
- Aug 2019
-
react-hook-form.com react-hook-form.comHome1
Tags
Annotators
URL
-