Let's build a Mind Map App with React Flow

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. react-flow-mindmap-app

    A quick and organized mind map app built with React Flow. Follow the tutorial to learn how to build it yourself.

    If you'd like to live dangerously and dive right into the code, you can find the source code on Github.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. zustand

    🐻 Bear necessities for state management in React

    We are using Zustand for managing the state of our application. It's a bit like Redux but way smaller and there's less boilerplate code to write. React Flow also uses Zustand, so the installation comes with no additional cost. (For this tutorial we are using Typescript but you can also use plain Javascript.)

  4. vite

    Next generation frontend tooling. It's fast!

    We'll be using Vite to develop our app, but you can also use Create React App or any other tool you like. To scaffold a new React app with Vite you need to do:

  5. create-react-app

    Set up a modern web app by running one command.

    We'll be using Vite to develop our app, but you can also use Create React App or any other tool you like. To scaffold a new React app with Vite you need to do:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • React, Vite and TypeScript: Get started in under 2 minutes

    5 projects | dev.to | 12 Jan 2023
  • create-react-app or vite for new project?

    4 projects | /r/reactjs | 14 Nov 2022
  • Should I use Create React App, or ViteJS?

    6 projects | /r/reactjs | 28 Jan 2022
  • Need micro front end support. Should I CRA eject, or build from scratch?

    5 projects | /r/reactjs | 8 Sep 2021
  • Why I Swapped NX for Standalone Projects

    1 project | dev.to | 20 Mar 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?