Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
React Table: A Fast and Extendable DatagridTANNER LINSLEY - https://goo.gl/MUqJR2
#react #component #table #code
5 Tips For Building High Performance PhoneGap Apps
Learn these 5 important tips to use for building high performance hybrid apps with PhoneGap. - https://goo.gl/E4UGFl
#hybrid #phonegap #tips
Best Practices for Horizontal Lists in Mobile - https://goo.gl/g7z4F6
#mobile #bestPractices #horizontalList
Approaches to Rendering Maps With React
A quick look at React Leaflet, Pigeon Maps, Google Map React, and React MapGL. - https://goo.gl/7P0V6F
#react #component
Basic Patterns For Mobile Navigation: Pros And Cons
Five of the most popular mobile navigation patterns and the strengths and weaknesses of each. - https://goo.gl/yGBX8P
#mobile #nav #pattern #prosAndCons
Next 3.0 Preview: Static Exports and Dynamic Imports
The framework for server-rendered React apps. - https://goo.gl/DDCLkK
#nodejs #next
Getting Started with React Native Navigation V1 - https://goo.gl/BpwGYd
#reactnative #nav
Using Reduced Motion on the Web
WebKit now supports the prefers-reduced-motion media feature. Here, James Craig from the WebKit team runs through a few demos of how the feature is intended to work. - https://goo.gl/yjR8h4
#responsive #design #motion
CSS and The First Meaningful Paint
An exploration of best practices for loading CSS in the browser and how to achieve a ‘meaningful’ paint within 1000ms - .https://goo.gl/7sEyPo
#css
Making a Simple Site Work Offline with ServiceWorker - https://goo.gl/WWclk8
#serviceworker
PWABuilder
A collection of tools to help build and deploy Progressive Web Apps. - https://goo.gl/rp79m4
#progressivewebapp
Building a Full-Sphere 3D Image Gallery with React VR - https://goo.gl/AZ9ZqZ
#react #vr
How To Create Native Cross-Platform Apps With Fuse
Fuse is a toolkit for creating apps that run on both iOS/Android devices. See how it works and how it compares to platforms such as React Native and NativeScript. - https://goo.gl/KZJ6w2
#reactnative #nativescript
PrettyLoader: A Pattern for Wait Animations in React
If you have lots of components loading data from elsewhere, it’s worth thinking about the user experience during the ‘wait’ periods. - https://goo.gl/1mDz1t
#react #component
The Tao of Redux: Implementation and Intent
A Redux maintainer thoroughly ponders Redux’s implementation, its limitations and constraints. - https://goo.gl/mhMT53
#redux
11 (So Far) Videos from JSConf EU 2017 - https://goo.gl/wdizfX
#jsconf
Workbox: JavaScript Libraries for Progressive Web Apps
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO
#progressivewebapp
Fluid Responsive Typography with CSS PolyFluid Sizing
How to create scalable, fluid typography across multiple breakpoints and predefined font sizes using ‘Poly Fluid Sizing’. - https://goo.gl/0MAbzx
#css #typography
An Abridged Cartoon Introduction
To WebAssemblyLin Clark explains what exactly WebAssembly is, and what makes it fast. - https://goo.gl/8JfZtX
#webassembly
The Many Faces of Functions in JavaScript
A look at a variety of syntactic forms for functions in JavaScript (e.g. arrow functions, generators). Stuff worth being familiar with. - https://goo.gl/hE2J9P
#javascript
Designing a System of Microservices
Ultimately, the intent of this system design process is to help take a best guess on how to define service boundaries for microservices within a complex solution. Hopefully, the approach described here will both establish a good initial model for the services as well as making it easier to redraw the service boundaries down the road - .https://goo.gl/gsfFX3
#microservice #architecture
Writing and Testing an Event Sourcing Microservice with Kafka and Go
In this tutorial, we will take a look at how Kafka can help us with handling distributed messaging in a Go application, by using the Event Sourcing pattern - .https://goo.gl/7t9mdJ
#microservice #testing
React Native Calendars: Customizable Calendar Components - https://goo.gl/V6gXLv
#reactnative #component
mini.css - Minimal, Responsive, Style-agnostic CSS Framework
mini.css is a CSS framework designed to be lightweight, responsive and style-agnostic. - https://goo.gl/ObfGHC
#css #framework
How to Add a Splash Screen to a React Native App (iOS and Android) - https://goo.gl/U613ja
#reactnative #splashscreen
Developing Microservices with Node, React, and Docker
Learn how to quickly spin up a reproducible development environment with Docker to manage a number of Node microservices. - https://goo.gl/KrK3kY
#microservice #node #react #docker
Upgrading Ele.me to a Progressive Web App
An in-depth look at how a single page app (SPA) was refactored to a multi-page app (MPA) and finally a Progressive Web App with particular emphasis on performance - https://goo.gl/4RP5Af
#progressivewebapp
A Variety of Best Practices for Writing React Components - https://goo.gl/z5rzwM
#react #component
The Tao of Redux: Practice and Philosophy
A look at common practices that are widely used in Redux apps and why those practices exist. - https://goo.gl/Z2DcpR
#redux
CSS Animations vs the Web Animations API: A Case Study
The Web Animations API provides a way for developers to directly manipulate the browser’s animation engine using JavaScript. - https://goo.gl/tSQfa4
#css #animation