<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi" -->

---
title: What Backend Should You Use for React? | daily.dev
description: In every React project, we manage data on the client through state and user interactions. Many apps are not possible without data that comes from the backend....
canonical: https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What Backend Should You Use for React? | daily.dev
og:description: In every React project, we manage data on the client through state and user interactions. Many apps are not possible without data that comes from the backend....
og:url: https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi
og:image: https://api.daily.dev/og/posts/mDk-gGApI.png
og:image:alt: What Backend Should You Use for React?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What Backend Should You Use for React?

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · 6 min read · 111 upvotes · 7 comments

## Summary

In every React project, we manage data on the client through state and user interactions. Many apps are not possible without data that comes from the backend. Backend consists of two parts: A place to store our data and a method for retrieving the data. What type of backend you choose depends upon some key features of your data.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/backend-for-react-projects/>

## Community discussion

Top comments from developers on daily.dev.

**@lequangnguyenn** · 0 upvotes

> amazing

**@mmrahmad** · 0 upvotes

> I love this article. It's very helpful for react developers.

**@randyknight** · 0 upvotes

> The amount of information required to make informed decisions about React apps is incredible. Thanks for the information to help sort through all the backend possibilities. 😀

**@jeremybojko** · 0 upvotes

> Good state of the art of back-end solution and keys to spot our needs !

**@magicnight** · 0 upvotes

> Have any one tried Directus for CMS?

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#general-programming](https://daily.dev/tags/general-programming), [#react](https://daily.dev/tags/react)

[View this post on daily.dev](https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What Backend Should You Use for React?","url":"https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi"},"datePublished":"2022-02-22T22:59:40.576Z","dateModified":"2026-03-15T06:33:00.479Z","description":"In every React project, we manage data on the client through state and user interactions. Many apps are not possible without data that comes from the backend....","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c933b8ed539e36cc60245f9b66b54a16","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/c933b8ed539e36cc60245f9b66b54a16","isAccessibleForFree":true,"articleSection":"freeCodeCamp","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"freeCodeCamp","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1628412854/logos/freecodecamp","url":"https://daily.dev/sources/freecodecamp"},"commentCount":7,"discussionUrl":"https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":111},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":7}],"keywords":"backend,general-programming,react","timeRequired":"PT6M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"freeCodeCamp","item":"https://daily.dev/sources/freecodecamp"},{"@type":"ListItem","position":3,"name":"What Backend Should You Use for React?"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/what-backend-should-you-use-for-react--mdk-ggapi","comment":[{"@type":"Comment","text":"amazing","datePublished":"2022-02-23T01:42:17.706Z","url":"https://daily.dev/posts/mDk-gGApI#c-f_vxdHXVH","author":{"@type":"Person","name":"Lê Quang Nguyên","url":"https://daily.dev/lequangnguyenn","image":"https://avatars.githubusercontent.com/u/55746340?v=4"}},{"@type":"Comment","text":"I love this article. It’s very helpful for react developers.","datePublished":"2022-02-23T04:18:32.345Z","url":"https://daily.dev/posts/mDk-gGApI#c-b8YMe8zmp","author":{"@type":"Person","name":"MMR Ahmad","url":"https://daily.dev/mmrahmad","image":"https://avatars.githubusercontent.com/u/75246159?v=4"}},{"@type":"Comment","text":"The amount of information required to make informed decisions about React apps is incredible. Thanks for the information to help sort through all the backend possibilities. 😀","datePublished":"2022-02-23T13:44:27.978Z","url":"https://daily.dev/posts/mDk-gGApI#c-S6Wr6FaOf","author":{"@type":"Person","name":"Randy Knight","url":"https://daily.dev/randyknight","image":"https://media.daily.dev/image/upload/f_auto/v1658235878/avatars/DApntFe4RGyUoTfnJ4mfn"}},{"@type":"Comment","text":"Good state of the art of back-end solution and keys to spot our needs !","datePublished":"2022-02-24T15:17:33.610Z","url":"https://daily.dev/posts/mDk-gGApI#c-aaxtOtppO","author":{"@type":"Person","name":"Jérémy Bojko","url":"https://daily.dev/jeremybojko","image":"https://avatars.githubusercontent.com/u/10596045?v=4"}},{"@type":"Comment","text":"Have any one tried Directus for CMS?","datePublished":"2022-02-23T02:48:20.290Z","url":"https://daily.dev/posts/mDk-gGApI#c-QFknn2wkG","author":{"@type":"Person","name":"Kefeng Zhou","url":"https://daily.dev/magicnight","image":"https://lh3.googleusercontent.com/a-/AOh14Gi6pb8LhRqE5m76fKjesq6w6raMDOOEf89yJHRGUt4=s100"}}]}
```

