Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Introducing React Loadable: An Elegant Way to Load Components
We linked to the project last week but here’s a more in-depth explanation. - https://goo.gl/NVT4oa
#react #lazyloading
Understanding Component Architecture: Refactoring an Angular App
Jurgen van de Moere takes an existing Angular 2+ app and refactors it into a more modular component architecture. - https://goo.gl/9SB8k4
#angular2
How Progressive Web Apps Make The Web Great Again.
Understanding Progressive Web Apps and what they have to offer. - https://goo.gl/SW0xQV
#progressiveweb
Approaches to Testing Service Workers
An incredibly thorough guide to different approaches being taken to test service workers by the Chrome DevRel team. - https://goo.gl/Jxuz5D
#serviceworker #test
Best Practices for Testing React Components — A handful of quick Jest+Enzyme practices. - https://goo.gl/PDMVvp
#react #jest #test
The Complete Guide to CSS Grid
Learn everything about the CSS Grid Module in this illustrated guide with practical examples & demos. - https://goo.gl/rCG2q3
#css #grid
How to Add A Web App Manifest and Mobile-Proof Your Site — Steps to mobile proofing your website for 2017 - https://goo.gl/1CSTfp
#manifest #progressiveweb
Create sounds right in the browser with the Web Audio API. This post does a good job of starting with the basics and showing off some demos. - https://goo.gl/2hm3jB
#webapi #audio
Online book: React In-depth: An exploration of UI development. - https://goo.gl/GgLMNe
#react
Test your Redux app by rendering it in Node, simulate user interactions and verify changes in state and markup - https://goo.gl/aajd17
#react #redux #test
React Trend: A Simple Sparklines Data-Vis Component — A component to show ‘sparklines’, lines that show a trend or fluctuations in data. - https://goo.gl/7zsGfY
#react #component
5 Node.js Frameworks for End-to-End Web Testing
A quick look at CasperJS, Protractor, Nightwatch.js, TestCafe, and CodeceptJS - https://goo.gl/VO3K1P
#test #endtoend
An Animated Intro to RxJS
RxJS is a library for composing asynchronous, event-based code around observing and handling changing values over time. - https://goo.gl/wqdKv5
#rxjs
Comparing Performance Between a Native iOS Swift App and React Native.
I found the results surprising, with React Native often winning. - https://goo.gl/Fqy9dE
#reactnative
Creating A Horizontal Scrolling Navigation Control
A simple guide to creating a scrollable panel for touch use, augmented with click and drag functionality for mouse input. - https://goo.gl/oqpj1A
#css
Airbnb React/JSX Style Guide. - https://goo.gl/cXRBd1
#react #styleguide
A Comparison of Vue.js Frontend Frameworks - https://goo.gl/31Y8ri
#vue
Create Offline Web Apps Using Service Workers & PouchDB.
How to build offline web apps using Service Workers for client-side caching and PouchDB to store data locally and sync to a server DB. - https://goo.gl/RAdP1B
#serviceworker
Добавить возможность делиться постами в социальных сетях?
Да – 10
👍👍👍👍👍👍👍 77%
Нет – 3
👍👍 23%
👥 13 people voted so far.
Enhancing React Components with decorators. - https://goo.gl/jqXRNu
#react #decorator
8 Steps to Get Started with Redux and React — A Roadmap. - https://goo.gl/axPYwL
#react #redux
10 React Mini-Patterns — Includes controlling CSS with props, using components to format text, and importing components without relative paths. - https://goo.gl/DzhR83
#react