React Native app built with zustand and tailwind

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

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.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • But before digging into that, let me briefly mention tailwindcss.

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • Using redux did mean you needed to write quite a lot of boilerplate code, but this can be solved today by using Redux Toolkit (RTK), as well as RTK Query.

  • 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.

    SurveyJS logo
  • redux-saga

    An alternative side effect model for Redux apps

  • In 2016, the most popular option for state management was redux, which I used, as well as redux-saga middleware to handle business logic.

  • redux

    A JS library for predictable global state management

  • In 2016, the most popular option for state management was redux, which I used, as well as redux-saga middleware to handle business logic.

  • react-query

    Discontinued 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

  • I took a look at react-query, zustand, jotai and recoil, eventually settling on zustand.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Como usar Fetch API para buscar dados de uma API

    2 projects | dev.to | 14 Feb 2023
  • Introduction to React Suspense

    5 projects | dev.to | 27 Dec 2022
  • How I Built A Web Development Challenges Website With $0

    7 projects | dev.to | 24 Aug 2022
  • Inflist, an experiment using PureScript and React

    8 projects | dev.to | 13 May 2022
  • Building ArcGIS API for JavaScript Apps with NextJS

    3 projects | dev.to | 2 May 2022