0.0.0-5 ā€¢ Published 8 months ago

react-soloist v0.0.0-5

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

React Soloist

šŸ“¦ -> šŸ“ƒšŸ“ƒšŸ“ƒ...

Examples

setMetaSoloist([{ tag: "en" }, { tag: "ja" }]);

function setSoloiesGlobal() {
  return ({ where: { tag: "en" } });
}

function App() {

  // set en for default
  useSoloistGlobal(setSoloiesGlobal);

  return (
    <Page />
  );
}

function Page() {
  const { data } = useSoloist();

  // ...
}
0.0.0-5

8 months ago

0.0.0-4

8 months ago

0.0.0-3

8 months ago

0.0.0-2

8 months ago

0.0.0-1

8 months ago