Software Alternatives & Reviews

Is there a common way to deploy updates to a production React web app without hoping that the user refreshes the page?

Pusher AWS AppSync
  1. 1
    Pusher is a hosted API for quickly, easily and securely adding scalable realtime functionality via WebSockets to web and mobile apps.
    Pricing:
    • Open Source
    Although you could leverage existing PubSub systems to make it easier. For example, Firebase has some prebuilt things for real time notifications that would make building this easier. AWS Appsync has a managed GQL subscription you could utilize https://aws.amazon.com/appsync/. Maybe https://pusher.com/ has some services to help with this (i never tried them though).

    #Mobile Push Messaging #Developer Tools #App Development 50 social mentions

  2. AWS AppSync automatically updates the data in web and mobile applications in real time, and updates data for offline users as soon as they reconnect.
    Pricing:
    • Open Source
    Although you could leverage existing PubSub systems to make it easier. For example, Firebase has some prebuilt things for real time notifications that would make building this easier. AWS Appsync has a managed GQL subscription you could utilize https://aws.amazon.com/appsync/. Maybe https://pusher.com/ has some services to help with this (i never tried them though).

    #Project Management #Workflow Automation #Web Service Automation 30 social mentions

Discuss: Is there a common way to deploy updates to a production React web app without hoping that the user refreshes the page?

Log in or Post with