Skip to content

Commit

Permalink
Add SolidJS guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno committed Jan 10, 2025
1 parent cad69e9 commit 5b19b99
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 8 deletions.
13 changes: 13 additions & 0 deletions src/content/doc-sdk-javascript/frameworks/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@ title: React | JavaScript | SDK | Frameworks
description: The SurrealDB SDK for JavaScript can also be used in your React applications to interact with your SurrealDB instance.
---

import LightReact from "@img/icon/light/reactjs.png";
import DarkReact from "@img/icon/dark/reactjs.png";

import Image from "@components/Image.astro";
import Tabs from "@components/Tabs/Tabs.astro";
import TabItem from "@components/Tabs/TabItem.astro";

<Image
alt="React"
width={100}
className="flag-image-title"
src={{
light: LightReact,
dark: DarkReact,
}}
/>

# React

[React](https://react.dev/) is a popular JavaScript library for building user interfaces. The SurrealDB SDK for JavaScript can also be used in your React applications to interact with your SurrealDB instance.
Expand Down
Loading

0 comments on commit 5b19b99

Please sign in to comment.