Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmndrs/valtio

🧙 Valtio makes proxy-state simple for React and Vanilla
https://github.com/pmndrs/valtio

mutable proxy react state

Last synced: 4 days ago
JSON representation

🧙 Valtio makes proxy-state simple for React and Vanilla

Awesome Lists containing this project

README

        

## How to contribute

### Basic things to know before adding docs

- Docs live in `docs/` folder.
- Website lives in `website/` folder.
- Docs are written in `mdx` format.
- Docs filename shouldn't have spaces.
- Website would generate title and other metadata from graymatter in the file.
- You should be able to render condesandbox inside `mdx` files by simply adding the url for the same
- Once you have a doc, you can add it to the sidebar section by adding it to the nav in `getDocsNav` function inside `website/lib/mdx.ts`