From f00aa46a8dbf96c24af1c6c5c1dc6141e09554eb Mon Sep 17 00:00:00 2001 From: Onur Kerimov Date: Wed, 3 May 2023 00:13:05 +0300 Subject: [PATCH] Add framework icons --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 371ebc8a..cb90e880 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ unsub() ## Integrations -### React +### React Just use **@xoid/react** and import `useAtom`. No context providers are needed. @@ -204,7 +204,7 @@ const App = (props: Props) => { -### Vue +### Vue Just use `@xoid/vue` and import `useAtom`. @@ -222,7 +222,7 @@ const value = useAtom(myAtom) ``` -### Svelte +### Svelte Svelte integration is seamless, and requires no libraries since every store implements [Svelte's store contract](https://svelte.dev/docs#component-format-script-4-prefix-stores-with-$-to-access-their-values-store-contract). Just put a `$` before the variable name.