Building a React/Express Stripe Donation Form

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

Our great sponsors
  • Appwrite - The open-source backend cloud platform
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

    We can now use npm run dev to start the server using nodemon, which enables hot refreshing on changes.

  • react-router

    Declarative routing for React

    My preferred React stack is Vite (it’s french for fast), MUI (with icons), React Query, and React Router. I’m also a heathen who refuses to learn Typescript. In this case, because it’s an incredibly simple plug-in, we won’t be using a router.

  • Appwrite

    Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.

  • fern-stack-walkthrough

    A walkthrough for users to get started with the FERN (Firebase, Express, React, Node) stack. Heavily features Tanstack React Query and React Router.

    For the most part, this is a very basic express server, not at all dissimlar from the one I outlined in my FERN series. We’ll start by importing our dependancies, and setting up the basics:

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