Earlier quoted context omitted.
> Anyway, besides the recruiter app, is LinkedIn really worthy of a SPA experience? In some cases it makes sense, but very few websites really need to be SPAs yet everyone these days is using React, Angular, Ember, etc. Facebook created React to not depend on other frameworks. They also added HTML and CSS into JS because their application is huge and complex. At their size it makes sense to have all the bits needed t…
React and redux don't have to be a part of a SPA. You can have server-rendered pages with some react-based widgets on them. I think react and redux is great for that kind of stuff - I know I enjoy building widgets using react and redux as opposed to jQuery.
Re: I’m Joining LinkedIn
#171In that case why not use something more lightweight such as Vue?