https://github.com/mfellner/react-json-pointer-example
An example with React and JSON pointers
https://github.com/mfellner/react-json-pointer-example
Last synced: 9 months ago
JSON representation
An example with React and JSON pointers
- Host: GitHub
- URL: https://github.com/mfellner/react-json-pointer-example
- Owner: mfellner
- Created: 2017-05-12T08:11:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T08:13:08.000Z (over 8 years ago)
- Last Synced: 2024-10-12T00:21:47.009Z (about 1 year ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React JSON Pointer Example
An example for [tessellate](https://github.com/zalando-incubator/tessellate) how to separate layout and content by using [JSON Pointer](https://tools.ietf.org/html/rfc6901) references.
**Start the example:**
```bash
npm start
```