hashnode-client
hashnode-client copied to clipboard
An NPM package with several meaningful utility React hooks to connect to Headless Hashnode and work with your blog data to create a custom blog front end user interface.
Add publish post mutation for publish a post for a publication Closes: #17
## Why Do We Need This Feature? We have the hooks to fetch all about the posts from a publication. We need a way to create a post for a...
This is a continuation of #11 It's still a work-in-progress **Update:** It's ready for review
added gitignore file at root folder which will only ignore future .DS_Store #9
## Explain the Problem The .gitignore file doesn't have the entry for .DS_STORE like arbitrary files. Check the .gitignore and make the shanges. ## Are There Any Workarounds Available Today?...