21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Shoelace.css: A Pure CSS Alternative to Bootstrap
A back to basics CSS starter kit “for when you don’t need the whole boot”. - https://goo.gl/hibpW9
#css
Determine Network Availability in a 'NativeScript with Angular' Mobile App
Learn how to check network connectivity, or in other terms, check for an internet connection in Android and iOS, using NativeScript and Angular. - https://goo.gl/juFxYi
#nativeScript #mobile
Updates to Media Playback in Chrome 61
On Android, when a video is playing, rotating the device will automatically put it fullscreen - https://goo.gl/Z3NXnC
#chrome #media
How to Detect If Your Native App Is Installed From Your Site
Chrome 59 introduced a new API allows you to determine if your native app is installed on a device. - https://goo.gl/F6THq2
#mobile
Using mind mapping to clarify your job and bring order to task-switching chaos - https://goo.gl/CpwKdD
#mindmap
The JavaScript Way: A Modern JavaScript Tutorial
An in-progress/beta stage book that aims to teach JavaScript from a hands-on, modern 2017 standpoint, organized around building a Hacker News-style site. - https://goo.gl/AF8dpD
#javascript #tutorial
Complex Grids Without Complex Calculations - https://goo.gl/LSFVjr
#css #grid
Using React in Multiple Environments
Running a React app locally, but more is involved to run in production, staging, QA, and other environments. - https://goo.gl/KeQG5K
#react
Get Ready for the JS Optimizations in New V8 Versions
How the performance characteristics of V8’s Turbofan will affect the way we optimize in Chrome 59+ and Node 8.3+ situations. -
https://goo.gl/gKNCGa
#javascript #v8 #optimization
First React 16 Beta Released
Now’s a good time to get up to date with the changes on the way. Plenty of notes on key points and what to look out for here. - https://goo.gl/noPaHn
#react
Scaling Node.js Applications
A ton of things you need to know about Node’s built-in tools for improving scalability. - https://goo.gl/Kh3mXp
#nodejs
Extracting Logic from React Components - https://goo.gl/JtdXt8
#react
Using Immutable.js with Redux
“it turns out that using Immutable.js with Redux is not that complicated and is a good practice.” - https://goo.gl/9oeuVw
#redux #immutable
React and Redux Testing with Jest: How Some Jokers Learned to Take Snapshots
Snapshots replaced a whole slew of Enzyme expect statements and allowed the Bleacher Report Engineering team to easily test their Redux actions and store. - https://goo.gl/8QUrsu
#react #testing #redux #jest
5 CSS Properties That You Probably Don't Know
Including contains, writing-mode, and will-change. -
https://goo.gl/9EA9G6
#css
Sharing Stateful UI Logic with Render Callback Components
Examples of abstracting shared logic across components using the ‘Render Callback’ pattern. - https://goo.gl/EeS2nJ
#react
Hybrid Mobile Apps are Overtaking Native
The hybrid “space has evolved significantly for the better”. - https://goo.gl/D8fXUv
#hybrid #mobile
How to Create A Responsive UI with styled-components
Handling grid views in different sized viewports. - https://goo.gl/yBm2sU
#react
Redux-First Router Data-Fetching: Solving The 80% Use Case for Async Middleware - https://goo.gl/32X95x
#react #redux
'We Jumped the Gun Moving React Components to ES2015 Class Syntax'
Netflix found decreased maintainability and little benefit in using ES2015 class syntax for React components. -
https://goo.gl/zUPWi2
#react
Creating Beautiful Charts Using Vue.js Wrappers for Chart.js
Learn to quickly create different kinds of charts and visualizations for Vue.js apps, using three wrappers for the Chart.js library. -
https://goo.gl/ndDz5y
#vue #charts
What's New in Chrome 60 (Stable)
..includes Paint Timing API, font loading controls with the CSS font-display property and WebAssembly - https://goo.gl/BjJDyD
#chrome
Why Composition is Harder with Classes
The latest in Eric’s functional programming and compositional software techniques series looks at classes in detail - https://goo.gl/M8KrBb
#javascript
What Node.js Is Used for in 2017: Survey Results
An alternative look at the results of the Node Foundation’s global research (mentioned above). - https://goo.gl/LrhXzM
#nodejs #survey
FlexView: The Easiest Way to Use Flexbox with React
An introduction to FlexView, a React component to create any layout on any browser. - https://goo.gl/e6oxz3
#react #component #flexbox
ionic-twitter-pwa: mobile.twitter.com PWA Rewritten with Ionic
A sample app showing the mobile.twitter.com Progressive Web App rewritten with Ionic. - https://goo.gl/MYQsKd
#ionic #PWA
Node Emerging as a Universal Development Framework
The results from a global survey on Node usage are out. They paint a picture of the technologies being used with Node, language preferences, and preferred production and dev environments. - https://goo.gl/9htZ2L
#nodejs
5 Ways to Ensure A Great UX for Progressive Web Apps
Do these five things to ensure that your PWA is performant, usable, and takes advantage of new web standards - https://goo.gl/Msbepm
#progressiveWebApp
A Progressive Web Application with Vue.js, Webpack + Material Design
The third part in a series that aims to build a basic but complete Progressive Web Application with VueJs, Webpack and Material Design. - https://goo.gl/RKjv5t
#progressiveWebApp #vue
8 Things to Learn in React Before Using Redux
What you should know about React before using Redux, focusing on state management and components. - https://goo.gl/XE8BQW
#react