How to build a Marketing Site with React and Strapi

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • Strapi-React

    Building a Marketing Site with Forms FUnctionality with React and Strapi

    I’ve written the code below according to the folder structure. You can copy and paste accordingly. You can also clone the Github repo here to access the CSS styling.

  • React

    The library for web and native user interfaces.

    According to React’s official page, “Suspense is a new feature that lets you also use to declaratively “wait” for anything else, including data. It’s a mechanism for data-fetching libraries to communicate to React that the **data a component is reading is not ready yet. React can then wait for it to be ready and update the UI”.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

    Nodejs: versions between v14 and higher are supported. To use v14, run the commands below in your terminal. nvm ls // to see all versions available nvm use 14 // to use version 14 nvm alias default v14 // to make v14 your default version

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