Ask HN: Server-rendered web frameworks with static typing
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
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
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
Asp.Net core seems to fit your requirements
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcor...
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcor...
ok and then what keeps you from just using something like flow or typescript?
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.