0.0.67 • Published 3 years ago

@convex-dev/browser v0.0.67

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@convex-dev/browser

Client library for interacting with the Convex Cloud.

Convex is a platform for building dynamic applications without the complexity of managing a backend or interacting with a database. Data access functions run on the Convex Cloud platform and use the @convex-dev/server libraries to read and manipulate data. This package is used in frontend code to interact with these server-side functions.

Usage

Create a ConvexHttpClient to connect to the Convex Cloud.

import { ConvexHttpClient } from "@convex-dev/browser";

// Load the Convex config from its file inside your repository.
import convexConfig from "../convex.json";
const convex = new ConvexHttpClient(convexConfig.origin):

See the Convex documentation to get started!

See Also

  • @convex-dev/server is the library used by Convex server functions to interact with data.
  • @convex-dev/react is a layer on top of this package that provides React hooks for data binding to Convex functions.
  • @convex-dev/cli is the CLI tool for spinning up Convex backends and syncing functions.
0.0.62

3 years ago

0.0.67

3 years ago

0.0.55

3 years ago

0.0.56

3 years ago

0.0.51

3 years ago

0.0.50

3 years ago

0.0.48

3 years ago

0.0.45

3 years ago

0.0.44

3 years ago

0.0.42

3 years ago

0.0.36

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.29

4 years ago

0.0.27

4 years ago