0.0.67 • Published 2 years ago

@convex-dev/browser v0.0.67

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.0.67

2 years ago

0.0.55

2 years ago

0.0.56

2 years ago

0.0.51

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.42

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.32

2 years ago

0.0.29

2 years ago

0.0.27

2 years ago