Skip to content
This repository was archived by the owner on Sep 18, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 374 Bytes

File metadata and controls

10 lines (7 loc) · 374 Bytes

React usage (hooks api)

only textual recommendation

  1. CrudoDb instance should store in a root provider
  2. use a generic or specific hook for your schema
    1. provide context for your schema in a context
    2. build a hook which provide an api for your tables

Example which is not perfect, but provide an idea