regenerator

Source transformer enabling ECMAScript 6 generator functions in JavaScript-of-today. (by facebook)

Regenerator Alternatives

Similar projects and alternatives to regenerator

  • Koa

    71 regenerator VS Koa

    Expressive middleware for node.js using ES2017 async functions

  • AspNetCoreDiagnosticScenarios

    This repository has examples of broken patterns in ASP.NET Core applications

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better regenerator alternative or higher similarity.

regenerator reviews and mentions

Posts with mentions or reviews of regenerator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-28.
  • Can `yield` Throw?
    1 project | /r/learnjavascript | 30 Jul 2022
    Absolutely, that's what regenerator does to down-compile async/await to ES5.
  • Ask HN: Why can't await be used from non-async functions?
    3 projects | news.ycombinator.com | 28 Feb 2022
    What helped me understand async await concept was to understand the concept of generators in javascript. One quick way to do it was to implement generator using ES5 javascript.

    From generator then it was to see on how to implement async await using them. This was how 1.x version of koajs did (https://github.com/koajs/koa/blob/master/docs/migration.md).

    Another way was to understand how polyfill for an implementation works. eg. https://github.com/facebook/regenerator

Stats

Basic regenerator repo stats
2
3,799
7.2
2 months ago

facebook/regenerator is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of regenerator is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com