1.1.1 • Published 2 years ago

react-core-yeti v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

React Core - Integration with Yeti-CMS

A react-core library to fetch data from Yetic-CMS for static sites.

Example Usgae

const fetchData = require('react-core-yeti');

fetchData(process.env.GATEWAY_URL, process.env.GATEWAY_TOKEN)
    .then(res = > {
        //your logic to handle data
    })
    .catch(err => {
        console.log(err);    
    });
1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago