Software Alternatives, Accelerators & Startups

JavaScript Framework Updates Suck, How to Make Them Suck(less)

Stack Overflow hapi.js
  1. Community-based Q&A part of the Stack Exchange platform.
    Delaying a framework upgrade can mean falling several versions behind. You might be tempted to jump to the latest version, but consider how that might play out? Most of the community did the migration between the version you are on and the next version. Any upgrade material will likely focus on moving from version C to D and not version C to G. Every developer’s best friend Stackoverflow probably contains questions (and answers) about issues arising from a C to D migration. Tread carefully here.

    #Developers #Forums #Questions And Answers 890 social mentions

  2. Server Framework for Node.js
    Pricing:
    • Open Source
    Lob found itself in a similar situation with hapi, an open-source NodeJS framework used to build powerful and scalable web applications. We were running version v16 when v17 was announced. The release notes refer to v17 as a new framework because it makes fundamental changes to how business logic is interfaced with the framework. The main change and the motivation for this release was replacing callbacks with a fully async/await interface. Though few would argue the advantages of this shift, the result was dozens upon dozens of breaking changes. At Lob, it meant hundreds, and our list of dependencies was long. The upgrade sat on the backburner and as 17 turned to 18, then 20, we realized it was time to git-er-done.

    #Web Frameworks #Developer Tools #Python Web Framework 29 social mentions

Discuss: JavaScript Framework Updates Suck, How to Make Them Suck(less)

Log in or Post with