Casie Bao


All the lights we cannot see


Docz: Documentating React web app

What is Docz?

During React development, we often create many components. These components can be reused in other applications. Just like Material-UI creates a lot of components such as Buttons, Sliders etc. Docz is used to build and maintain cutom documentation sites.

Get Started

  • add docz to an exisiting project npm install docz, docz will now appear in package.json.
  • add docz: dev": "docz dev", docz:build": "docz build", "docz:serve": "docz build && docz serve" in package.json under scripts block.
  • create a .mdx file anywhere in your project.
  • npm run docz:dev: this will build a documentation app folder named “.docz” under your root folder.
Latest Articles

File Transfer Protocol

FTP (File Transfer Protocol) It is a client/server network protocol used to transfer files over the Internet. FTP clients are used to send and retrieve files to and from servers which store files ...…

Read More
Eariler Articles

Responsive Design

Main idea: write codes in the dymanic design so that it is resizable and suitable for different devices.Best Practice: Relative Units: auto-resize app depending on which devices sitting on, %, em,...…

Read More