Ask HN: Server-rendered web frameworks with static typing

2 points by thiskeyboard ↗ HN
I'm very comfortable with React, but I'm not comfortable creating a leaner, lighter, server-rendered website. I'm open to learning any language, but ideally, I'd have static typing available to me.

5 comments

[ 2.6 ms ] story [ 19.2 ms ] thread
What is are you working with?
I appreciate you asking. I'm not working with anything in particular. This is for a personal exploratory project, and I can use any tool I want.
I haven’t used this myself, but Reason seems to fit your description of ‘learning any language’ while having static typing: https://reasonml.github.io

I’m more of a lisper, but OCaml should be a fun learning experience, especially if you enjoy expressive, static type-systems: https://ocaml.org

ok and then what keeps you from just using something like flow or typescript?