FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
As many of you know, Pluralsight is one, if not the best source of on demand video learning. With over 4500 courses, and expert instructors it’s hard not to see the value of having access to such a great library.You can get a free 3 months subscription to the full Pluralsight Library! - https://goo.gl/GUk0y3

#pluralsight
It’s Time to Embrace Arrow Functions
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq

#javascript #es6 #arrowfunction
Project Based Learning
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages. - https://goo.gl/w5zFxk

#common
Introducing NgxErrors: Declarative Form Errors for Angular
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb

#angular4 #forms #component
Choosing Between React and Angular: A Comparison
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose. - https://goo.gl/7Gh4DM

#angular2 #react
How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG

#react
RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu

#css
Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ

#progressiveweb #course
A Quick Change to Get Much Faster Functional Components?
“Directly calling functional components as functions instead of mounting them using React.createElement is much faster.” Can you reproduce these gains? - https://goo.gl/sKk9vG

#react
Create Next App: Create Next.js Apps in One Command
Essentially the Next.js answer to Create React App - https://goo.gl/bCiZuC

#react #nextjs
Britecharts: A D3.js-Based Client-Side Charting Library
Based on D3.js v4 and built around reusable components, Britecharts makes it easy to declaratively build charts and visualizations, such as this. There’s lots of info in this introductory post too. - https://goo.gl/FO9WHu

#d3js #britecharts