• @sfxrlz
    link
    51 month ago

    For starting new projects i absolut agree. At work we have a legacy react app that just will not run on bun and for deno we would probably have to rewrite some stuff.

    • Dr. Moose
      link
      English
      51 month ago

      I’ve updated some legacy nodejs to Deno recently and it’s actually not bad! If you’re using serverless Denoflare is super convenient and DTN is a tool for building Deno to NPM (both esm and commonjs) so you can have easy backwards compatibility if needed, it even shims all of the Deno standard lib.

      It’s really impressive what Deno and Bun people have done - for the first time I actually somewhat enjoy server side JS!

      • @sfxrlz
        link
        31 month ago

        That sounds neat. For our nodejs server this could be done without too much effort. Will keep that in mind, thanks. But I also have to check for the cra app we’re having a lot of issues with.