React Hooks now part of Ably’s JavaScript SDK (and how to build a simple React App with Ably)

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
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • vite-react-basic-app

  • Let's explore Ably's new React components by building a simple React app that can send and receive realtime messages and display users' presence status. If you want to jump ahead and grab the code, you can head over to the Github repository.

  • vite-plugin-api-routes

    Create API routes from path directory like to Nextjs

  • Start by installing express, the vite-plugin-api package, and the Ably Javascript SDK:

  • 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
  • ably-js

    Javascript, Node, Typescript, React, React Native client library SDK for Ably realtime messaging service

  • Start by installing express, the vite-plugin-api package, and the Ably Javascript SDK:

  • vite

    Next generation frontend tooling. It's fast!

  • import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import { pluginAPI } from 'vite-plugin-api' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ react(), pluginAPI({}) ], })

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Start by installing express, the vite-plugin-api package, and the Ably Javascript SDK:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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