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.
Ask HN: Server-rendered web frameworks with static typing
1–6 of 6 posts
Re: Ask HN: Server-rendered web frameworks with static typing
#2What is are you working with?
Re: Ask HN: Server-rendered web frameworks with static typing
#3I 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
Re: Ask HN: Server-rendered web frameworks with static typing
#4What 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.
Re: Ask HN: Server-rendered web frameworks with static typing
#5Asp.Net core seems to fit your requirements
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcor...
Re: Ask HN: Server-rendered web frameworks with static typing
#6ok and then what keeps you from just using something like flow or typescript?