3
jpl20
4y

Just finished a hackathon this past week trying to hone my skills in node. However, the amount of time I spent debugging stupid type errors was...quite miserable to say the least. Because of that, I’m looking for a new web library or framework XD. Anyone have some fun alternatives with languages that are preferably strongly typed?

Comments
  • 2
    Typescript. Easy to use, moderately easy to setup and I have never looked back. Plain javascript just feels risky to me now.
  • 2
    F# or Rust, maybe. Or if you want to stay in the JS bubble, just use Node.js or Deno with TypeScript.
Add Comment