How to use the docz.useDataServer function in docz

To help you get started, we’ve selected a few docz examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github alibaba / nopage / .docz / app / root.jsx View on Github external
const Root = () => {
  useDataServer('ws://127.0.0.1:8738')
  return (
    
      
    
  )
}
github Okazari / Rythm.js / rythm.js-cdk / .docz / app / root.jsx View on Github external
const Root = () => {
  useDataServer('ws://127.0.0.1:60505')
  return (
    
      
    
  )
}
github NexxLuo / tablex / .docz / app / root.jsx View on Github external
const Root = () => {
  useDataServer('ws://127.0.0.1:60506')
  return (
    
      
    
  )
}

docz

It's has never been so easy to documents your things!

MIT
Latest version published 2 years ago

Package Health Score

59 / 100
Full package analysis