Best of REST APIDecember 2021

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Best Node.js CMS platforms for 2022

    CMSs enable people without a strong technical background to publish content. There are different type of CMSs that perform different purposes and come with different features. In this article, we will learn about some of the best Node.js CMSs to use in 2022, and hopefully can serve as a guide to choose the best CMS that fits our requirements.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Why I no longer use GraphQL for new projects

    GraphQL provides a lot of flexibility on the client side but this means that we cannot optimize as aggressively on the server. Traditional REST API is familiar to many engineers. It's one extra thing someone has to learn before they can be productive. There is an argument that we should just start off with GraphQL if that's ultimately where we want to get to.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Modern API data-fetching methods in React

    React beginners might wonder, “What exactly is an API?” To understand what an application programming interface (API) is, let’s think of an application where a section displays the daily weather forecast of the present city. With the API, we don’t need to create everything from scratch, simplifying our process.