Finding the Right JavaScript Frontend Framework For You
Finding the Right JavaScript Frontend Framework For You

Finding the Right JavaScript Frontend Framework For You

Finding the Right JavaScript Frontend Framework For You
Finding the Right JavaScript Frontend Framework For You
Do you have a link without paywall?
Here’s the link that allows you to read for free (a.k.a Medium’s Friend Link)… https://medium.com/@patalcala/finding-the-right-javascript-frontend-framework-for-you-c6a633e1bd1a?sk=603bf61462db81b61edeb5978ebd0c08
I also updated the link of the post
Thank you!
It's a paywalled article. So now I sadly will never know which frontend to choose.
Here’s the link that allows you to read for free (a.k.a Medium’s Friend Link)… https://medium.com/@patalcala/finding-the-right-javascript-frontend-framework-for-you-c6a633e1bd1a?sk=603bf61462db81b61edeb5978ebd0c08
I also updated the link of the post
This is a very surface level overview of the frameworks it covers. The title is a bit of a reach, as it wouldn’t give anyone enough information to make a more educated decision about which framework to use.
Are you the author? I think it could be improved by including:
If you are the author, I saw your article on Typescript and would also like to say that you can configure your linter to not warn about using any
. There’s even a no-implicit-any
rule that you can use if you only want explicit any
types but don’t want, for example, responses from API calls to have that type by default.
I think you put more work into this comment than the author in his article
The example implemented in Mithril.js, for comparison.