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

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

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 */