https://github.com/syntaxe3/resource
vue and react resource
https://github.com/syntaxe3/resource
Last synced: 5 months ago
JSON representation
vue and react resource
- Host: GitHub
- URL: https://github.com/syntaxe3/resource
- Owner: Syntaxe3
- License: mit
- Created: 2017-12-08T05:30:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T09:02:51.000Z (over 8 years ago)
- Last Synced: 2026-01-12T18:32:59.545Z (5 months ago)
- Language: Vue
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resource
vue and react resource
```jsx
const resourceUrl = "/api/post/:postId"
const payload = { postId: 3 }
```
```jsx
/* react */
{post => (
post.title
)}
```
```vue
/* vue:template */