Thursday, January 3, 2019

Ask HN: Which JavaScript framework changes the least?

Been following NetNinja's Firebase/React/Redux tutorial. Was doing well until I ran into an incompatibility with the current version of react-redux-firestore package and the newest version of react. Not exactly sure what the issue is aside from React moving away from const JSX and react-redux-firestore package recommending I use the v3-alpha in it's place.

I am still new to mastering JS programming so using an alpha doesn't appeal to me. Plus, I have had similar issues with JQuery and Angular in the past-where they just break things.

What is a good JS framework for single page apps that tries not to break things?

It would be nice to watch a tutorial and not fret that because it's 6 months old it is out of date and things may break.


Comments URL: https://news.ycombinator.com/item?id=18813595

Points: 1

# Comments: 0



from Hacker News: Newest http://bit.ly/2VsYKr1
via IFTTT

No comments:

Post a Comment

Ask HN: How locked down are your work machines?

I've been working as a Software Engineer for 20+ years. Places I worked in the early years barely had an IT department at all. As a dev...