I finally got Contentful to work. It took a bit of tweaking here and there, as I am still new to React and GraphQL, I got there in the end though. I was clicking through my site, making sure all the posts were working as intended. I had to re-publish a post as I was having…
I am sure anyone in my position has got to the point of feeling overwhelmed when it comes to teaching yourself. I mean, I have touched the following languages and frameworks: HTML CSS JavaScript Node React Python Django Flask Swift But in reality, I am not strong in any of those…
A page that displays your posts can get incredibly long as you continue to add posts. Pagination can offer a solution to having a massive list of posts, where it takes an age to scroll to the end of them. Pagination allows you to break up those posts into multiple, smaller pages…