Earlier quoted context omitted.
That's how I feel configuring networking and load balancers and other backend stuff. I know its essential but for some reason front end and all its quirks makes more sense to me
It makes little sense to us as well, that's why we've invented the term "DevOps", and offloaded the real work to those (mostly bearded) dudes.
Guide to JavaScript Frameworks
171–180 of 244 posts
Re: Guide to JavaScript Frameworks
#172Re: Guide to JavaScript Frameworks
#173Earlier quoted context omitted.
It discourages us full time FEs too. Webpack and a full transpile pipeline is still relatively new to JavaScript but it seems like we’re starting to land on some assumptions (and thus making this a more turnkey process) ES6 Route based lazy loading Some sort of typing (TypeScript or FlowType) CSSModules React with JSX Redux The reason it’s been so difficult is because we’ve had a sort of Wild West mentality where we…
Parcel is a new configuration-free build pipeline that's new. https://github.com/parcel-bundler/parcel It's still missing a few things like dead-code elimination.
Re: Guide to JavaScript Frameworks
#174I come from a pure HTML + CSS + JS (mostly via jQuery) background. My career has headed in a direction that focusses a lot less in the frontend web, but every 2 months or so I read one of these guides and I get giddy - "Finally, I will teach myself angular/vue/react/backbone/knockout". After about 10 minutes I am filled with dread. I expect to learn about a specific piece of software, instead, I am greeted with requi…
Go to Udemy.com . Buy a couple of courses for $20 and spend a week following them.
After that week, you will be able to start programming in React.
Re: Guide to JavaScript Frameworks
#175Mithril is a good one
https://narrafirma.com/try-narrafirma/
https://github.com/pdfernhout/Twirlip7
Combining Mithril ( https://mithril.js.org/ ) with Tachyons ( http://tachyons.io/) or a similar CSS approach is also a great option to avoid having to write that much CSS. That way almost all your code can be in one language and easy to refactor -- especially if you use TypeScript.
Re: Guide to JavaScript Frameworks
#176Re: Guide to JavaScript Frameworks
#177LinkedIn, Apple, Microsoft Store, DigitalOcean, Twitch.tv... Still actively developing on Ember.js. Version 3.0 is coming soon.
Unlike React/Vue EmberJS has LTS support releases as well which is less risky for corporations.
Re: Guide to JavaScript Frameworks
#178I come from a pure HTML + CSS + JS (mostly via jQuery) background. My career has headed in a direction that focusses a lot less in the frontend web, but every 2 months or so I read one of these guides and I get giddy - "Finally, I will teach myself angular/vue/react/backbone/knockout". After about 10 minutes I am filled with dread. I expect to learn about a specific piece of software, instead, I am greeted with requi…
I recently started to build an electron application using the electron-vue boilerplate. Dear god, there is a ton of garbage in that boiler plate! Not to mention boilerplate is such a code smell. With so much base stuff baked into that base, it makes it difficult to add new components and really understand what's going on. Still I'm glad my first step into Vue is through an electron app so I'm not dealing with figurin…
Re: Guide to JavaScript Frameworks
#179Read with interest to see what it said about Vue: better performance than React and Angular. Is this true? Any real world benchmarks to back it up?
that was a collaboration between react and vue guys...
Re: Guide to JavaScript Frameworks
#180I come from a pure HTML + CSS + JS (mostly via jQuery) background. My career has headed in a direction that focusses a lot less in the frontend web, but every 2 months or so I read one of these guides and I get giddy - "Finally, I will teach myself angular/vue/react/backbone/knockout". After about 10 minutes I am filled with dread. I expect to learn about a specific piece of software, instead, I am greeted with requi…
Don't expect to learn React (or Angular) in an afternoon by reading a couple of tutorials. Go to Udemy.com . Buy a couple of courses for $20 and spend a week following them. After that week, you will be able to start programming in React.