Skip to content
AtomicReps

Navigation

06/30Backend

Convex.

Reactive backend platform with TypeScript queries, real-time subscriptions, and ACID transactions.

  • Convex · 1 of 3

    Reactive Client Hooks

    In a React component, which hook returns a callable function you invoke in an onClick handler to write data through Convex?

  • Convex · 2 of 3

    Actions & HTTP Endpoints

    An internal action should be callable from other server functions but not from the browser client. Which registrar does the generated server file export for that purpose?

  • Convex · 3 of 3

    Indexes & Search

    How many indexes can you define per Convex table?

Three of the 550 Convex questions in the bank.

Keep going with Convex, free
Next topic · 07/30Design Patterns.