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

Admin: @andrey2019
Download Telegram
I Created The Exact Same App in React and Vue. Here Are The Differences.

If you fancy a direct comparison between Vue and React, fill your boots here. - http://bit.ly/2B6aGJk

#react #vue
Ionic 4 and Should You Build a Hybrid App?

Jeff presents points to consider before investing time and money into a mobile app and why choosing hybrid could be the right choice. - http://bit.ly/2nnRq0e

#ionic4
The Cost of JavaScript in 2018

We linked the video of Addy’s talk a month ago, but now here’s the detailed write-up of Addy’s thoughts and findings on how much effect JavaScript has on page sizes and performance and some ways to improve matters. - http://bit.ly/2nxJQQw

#javascript
A Checklist of 23 Node.js Security Best Practices

A curated list of 23 high-level Node security best practices with code examples and quotes from the top ranked blogs. - http://bit.ly/2AXQmcP

#nodejs
How We Ditched Redux for MobX

A look into how the talented Skillshare team moved from Redux to MobX as their state manager. If you are battling with Redux this is a good read. - http://bit.ly/2vz2MTH

#redux #mobx
Build a Simple CRUD App with ASPNET Core 2.1 and Angular 6

The latest ASPNET Core includes a template to build an Angular 4 application, but what about Angular 6? Here’s how to do it. - http://bit.ly/2nx6Pv3

#angular6 #ASPNET
Turning an Angular 6 app into a Progressive Web App

This article shows how to add PWA (Progressive Web App) capabilities to your Angular 6 app. - http://bit.ly/2KMWBjA

#angular6 #pwa
Seriously, though. What is a progressive web app?

We know PWA’s are a good thing, and we know that they’re a progressive web app… what what does that really mean. What really constitutes as a PWA? Amberley tells us while flying at 30,000ft with no internet connection - http://bit.ly/2MlcCmo
Fusion.js: A Plugin-based Universal Web Framework from Uber

Uber builds and maintains hundreds of Web apps, both internal and public, and Fusion.js is their answer to the challenges this presents. It comes with hot module reloading, data-aware server-side rendering, and bundle splitting out of the box. - https://ubr.to/2vxxnkm

#nodejs #uber #fusion
What’s New in WebStorm for Angular

The most recent release of Angular adds lots of new features to the CLI that make it easier for you to update and add new features to your app. The recent WebStorm 2018.2 major update adds integration with these new CLI commands. Let’s have a look at these and some other new features in action! - http://bit.ly/2w04pZS

#webstorm
Electron Fiddle: A Playground for Electron Experiments

Want to quickly experiment with Electron (a cross-platform JS desktop app environment) development? Electron Fiddle is a downloadable cross-platform app that makes it easy. - http://bit.ly/2vQCQmB

#electron
Learning Dynamic Components — Making a Pizza Creator App using Angular

In the previous post of “You don’t Know Angular” series, we have discussed how we project data into a component. We have learned projections at specific places inside the component using the projection slots concept. In this post, we are going to learn “ How and Why of Dynamic Components” - http://bit.ly/2w61Sxn

#angular6
A Curated Compilation of Node Best Practices

Curated from numerous popular articles, this in-development list of best practices covers topics from error handling to memory use and, most recently, security. - http://bit.ly/2nOUeU6

#nodejs
A Tour of React’s Render Props Pattern

By way of a tutorial focused on building a currency conversion tool you’ll get to learn everything about React’s render prop pattern. - http://bit.ly/2nTIIao

#react