a first look at amplify with vite

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

    Next generation frontend tooling. It's fast!

  • // src/App.jsx import React, { useState } from 'react' import logo from './logo.svg' import './App.css' function App() { const [count, setCount] = useState(0) return (

    logo

    Hello Vite + React!p>

    setCount((count) => count + 1)}> count is: {count} button> p>

    Edit App.jsxcode> and save to test HMR updates. p>

    Learn React a> {' | '} Vite Docs a> p> header> div> ) } export default App

  • amplify-js

    A declarative JavaScript library for application development using cloud services.

  • Open source libraries for JavaScript, iOS, Android, and Flutter

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

    AWS SDK for iOS. For more information, see our web site:

  • Open source libraries for JavaScript, iOS, Android, and Flutter

  • aws-sdk-android

    AWS SDK for Android. For more information, see our web site:

  • Open source libraries for JavaScript, iOS, Android, and Flutter

  • amplify-flutter

    A declarative library with an easy-to-use interface for building Flutter applications on AWS.

  • Open source libraries for JavaScript, iOS, Android, and Flutter

  • create-react-app

    Set up a modern web app by running one command.

  • This tutorial will follow the Getting Started guide for React from the Amplify documentation, except we will be using Vite and the officially support React template instead of create-react-app. This way the kids will know that I am, "with it."

  • ajcwebdev-amplify

    Discontinued An example AWS app built with Amplify, Vite, and CloudFront

  • The code for this article can be found on my GitHub.

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

    The library for web and native user interfaces.

  • // src/App.jsx import React, { useState } from 'react' import logo from './logo.svg' import './App.css' function App() { const [count, setCount] = useState(0) return (

    logo

    Hello Vite + React!p>

    setCount((count) => count + 1)}> count is: {count} button> p>

    Edit App.jsxcode> and save to test HMR updates. p>

    Learn React a> {' | '} Vite Docs a> p> header> div> ) } export default App

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