21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Web Performance in The Real World: How to Make Fast Sites
An exploration of work the Microsoft Edge team does to help developers build faster sites, and how to think of performance as an investigative activity, beyond a checklist approach. - https://goo.gl/5ReAoA
#web #performance
Generic Sensor API: Sensors For The Web
A set of interfaces which expose sensor devices within Chrome (for now). - https://goo.gl/v2zVnb
#api #sensor
Upcoming TypeScript Changes in Vue 2.5 – The Vue Point
At Vue Point, there is a new post about upcoming TypeScript changes in the 2.5 version of Vue which is currently planned to be released around early October. - https://goo.gl/Z8L5Vj
#vue
Top 10 ES6 Features Demonstrated by Example
An example-driven tour of the key features of ES6/ES2015, if you’re not quite there yet. - https://goo.gl/fLvWPE
#es6
CSS font-display: The Future of Font Rendering on the Web
Giulio Mainardi explains the new font-display property and how it will help CSS developers improve rendering of fonts during page load. -
https://goo.gl/4ukrGd
#css #fonts
Chrome Breaks Visual Viewport — Again
If you use window.innerWidth/Height in any of your sites, it may break in Chrome 61/Android. - https://goo.gl/TN2TjF
#chrome #viewport
A Modern JavaScript Cheatsheet
Plenty of JS terminology explained, along with code examples, in this thorough guide. - https://goo.gl/HF56LK
#javascript
Building a Movie App Interface with Vue.js
Most of us use an online streaming service to watch our favourite shows/movies. This post will highlight how to build a similarly styled movie streaming interface, with Vue.js 2.0 - https://goo.gl/pYYgxz
#vue
How to Build a 'To-Do' API With Node and Restify
Restify is a framework for building REST APIs in Node. - https://goo.gl/DQZMfX
#nodejs #restify
Vue.Js Vs. Jquery: Use Cases and Comparison with Examples
Should I stop using jQuery if I learnt Vue.js? Can you use it outside Laravel? Richard Laasri answers these questions and shows us some examples too - https://goo.gl/E39TPD
#vue #jquery
How to build a realtime chat app in React Native
Introduction to building mobile apps in React Native and how to use Pusher to handle multiple realtime messaging. - https://goo.gl/R7g7yv
#reactNative
React Network: Notifies Your App When the Network is Up/Down -
https://goo.gl/34Zxff
#react
CoffeeScript 2: A New CoffeeScript for the ES6+ Era
This new release of the controversial compile-to-JS language preserves its clean syntax but bridges the gap with ES6 and beyond. - https://goo.gl/ZH42Hh
#coffeescript
WebView with Injected JS Script
An approach to injecting JavaScript into an existing webView to allow for dynamic changes to the web properties. - https://goo.gl/h8U8g1
#webView #javaScript
React 16 was released - https://goo.gl/AuZnQK
Among the changes are some long-standing feature requests, including fragments, error boundaries, portals, support for custom DOM attributes, improved server-side rendering, and reduced file size.
#react #release
Why Node 8's util.promisify Is Awesome
A guide to using Node’s util.promisfy to promisify your own functions. - https://goo.gl/qcNtJH
#nodejs
Dealing with Asynchronous APIs in Server-Rendered React -
https://goo.gl/54yGSF
#react #serverRendered
How to More Easily Build Forms in React Native
There can be quite a few moving parts but tcomb-form-native can help a lot, as demonstrated here. - https://goo.gl/d1qnfQ
#reactNative #forms
Node v8.6.0 (Current) Released
A handful of minor changes, including N-API no longer being behind a flag. A vulnerability (mentioned below) was also fixed. - https://goo.gl/yCiwD9
#nodejs #release
Vue.js Communication: Parent-Child Components
In this excellent tutorial by Christian Gambardella shows points out some common patterns as well as anti-patterns that you should avoid. - https://goo.gl/p6yQ1t
#vue
Deploying ES2015+ Code in Production Today
Using the new `script type="module"` approach gives us some benefits merely beyond loading ES modules alone - it guarantees ES6/ES2015 support. - https://goo.gl/55gSW7
#es2015 #deploying
The Problems with Redux
Redux “is great but comes along with tons of boilerplate configuration and architecture”. This article asks if React’s local state, MobX and Realm can solve this. - https://goo.gl/VdmM4D
#redux
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/vHKky3
#react
Paul Irish on Debugging in 2017 with Node.js
Paul Irish demonstrates improved workflows for debugging, profiling and understanding your app using the DevTools protocol. He also shares more advanced techniques for automating and monitoring Node. - https://goo.gl/yUHLz6
#nodejs #debugging
To Type or Not to Type: Quantifying Detectable Bugs in JS
A summary of an academic paper that concludes both Flow and TypeScript are good at preventing bugs that could end up in committed code. - https://goo.gl/i6Z1jh
#javascript
The All-New Guide to CSS Support in Email
A big update to this popular guide for getting your CSS behaving in a range of email clients. - https://goo.gl/wNf3gb
#css #emails
FrontEnd Development
How New Font Technologies Will Improve The Web
François Poizat looks at how variable & parametric fonts will revolutionize responsive type - https://goo.gl/samd5j
#css #fonts
@
Vue.js communication part 2: parent-child components
Many Vue.js app components will probably have some sort of parent-child relationship. - https://goo.gl/gt8EFG
#vue
Building a Small PWA with Preact & Firebase — https://goo.gl/Nst2gR
#prereact #pwa
Removing the White Bars in Safari on iPhone X
The notch on the new iPhone can cause the display to have white bars on the sides of your site layout. This post shows some CSS and meta tags that can fix this. - https://goo.gl/u9jg7J
#css #viewPort