21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Yes, That Web Project Should Be a PWA
Most sites can benefit from becoming a PWA — and your users will benefit too. - https://goo.gl/56zR9S
#pwa
Using Web Components in Ionic - https://goo.gl/ULNyJx
#ionic #webComponents #video
Tightly Controlled Textareas: Building Solid Plain Text Editors in React -
https://goo.gl/sDA7xe
#react
Decaffeinating a CoffeeScript Codebase Without Losing Sleep
A look at the complexities and the process behind migrating a large CoffeeScript codebase to modern JavaScript. - https://goo.gl/v7yyry
#coffeescript
Number Picture: React Components for Composing SVG Visualizations
React handles the DOM structure and D3 handles the animations and visuals. - https://goo.gl/JyXG9B
#react #svg #components
Writing Scalable React Apps with the Component Folder Pattern
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
TypeScript 2.5 Released
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp
#typescript #release
Fast Properties in V8
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE
#nodejs
react-delegate: React Delegate Pattern for Better Callbacks
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd
#react
A Gulp Workflow for Frontend Development Automation
A thorough beginner-level guide to setting up a frontend workflow using Gulp. - https://goo.gl/Td8pQa
#gulp #workflow
Gridzilla: A Responsive, Mobile-First Flexbox Grid -
https://goo.gl/jHURQy
#css #flexbox
Testing in Ionic: Configure Existing Projects for Testing
Step by step instructions on how to configure your Ionic projects for unit and end to end testing. - https://goo.gl/pvsa3i
#ionic #testing
redocx: Create Word Documents with React
Components which can render declarative views into Word documents (.docx). - https://goo.gl/w7h5ks
#react #redocx
Scaffold Your Next Mobile App with a NativeScript Template
Some templates to get your next NativeScript project started. -
https://goo.gl/DbEcts
#mobile #nativeScript
JavaScript Events Unmasked: How to Create an Input Mask for Mobile
Keyboard events work differently on different devices so you need to take care when creating input masks that respond to them. -
https://goo.gl/DEV5oq
#movile #javascript #inputMask
Building Offline-Friendly Forms
Forms on the web don’t often play nice with bad connections, but here’s an approach to making them more robust. - https://goo.gl/hdjpfG
#javascript #offline #forms
React Navigation Drawer Tutorial
How to add a drawer to your React Native app using React Navigation. - https://goo.gl/A39JP5
#reactnative
Measuring Performance Gains Going From Angular to React -
https://goo.gl/TQGkkF
@angular #react #performance
Concurrent JavaScript: It Can Work
What would it take to extend concurrency to the entire JavaScript heap? A WebKit engineer goes in-depth with some ideas. - https://goo.gl/oWxyad
#javascript
Discussing Progression, Curiosity, and Burnout with Dan Abramov
An hour long chat with the creator of Redux. Full transcript included. -
https://goo.gl/NhCucD
#podcast #DanAbramov
Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
Alternatives to Amazon’s Cloud Services (AWS)
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R
#cloud #service
Improve Web Typography with CSS Font Size Adjust
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn
#css #typography
The What and Why of Redux - https://goo.gl/cs7LXT
#redux
A Thorough Guide to Building Layouts with CSS Grid
A helpful guide to CSS Grid, including a free visual grid builder tool. -
https://goo.gl/EShrzK
#css #grid
Developing Ionic Apps in WebStorm
WebStorm is a popular (commercial) IDE made by JetBrains. - https://goo.gl/GHCwG9
#ionic
Server-Render Like A Pro /w Redux-First Router in 10 Steps -
https://goo.gl/tHF5Pk
#react #serverRender
When Should You Use Arrow Functions in React?
Avoid performance issues and certain bugs by using them in the right way. - https://goo.gl/37pF1z
#react
Turn React Components Inside Out with Functional Programming
A real-world example of refactoring a React Native component into stateless functional components and higher-order components. -
https://goo.gl/Rjztek
#react #reactNative
Understanding Scope in JavaScript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript. - https://goo.gl/UVMhEh
#javascript