21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Creating an Asynchronous Loading Image Component in React Native -
https://goo.gl/EwKeZ6
#reactNative
Building TDD RESTful APIs with Koa 2, Mocha and Chai
A thorough walkthrough of build a RESTful API with Koa, a next-gen Web framework for Node built by the team behind Express. - https://goo.gl/ApxoMH
#nodejs #koa #mocha #chai
Introducing 'visualViewport' to Access Viewport Info
The visual viewport API, in draft but now supported by Chrome 61, gives access to details on how the user zooms and scrolls around the page. -
https://goo.gl/9o4Q1u
#viewport #api
A Simple Component Lifecycle Simulator
Deepen your understanding of component lifecycle by stepping through each method in slow-motion. - https://goo.gl/oe3keW
#react
Node v8.5.0 (Current) Released
V8 snapshots are re-enabled (they were disabled for security reasons), there’s support for ES modules (behind a flag), and more. - https://goo.gl/oj6TYZ
#nodejs #release
The React License for Founders and CTOs
A startup founder and ex-Facebook engineer’s story of the BSD+Patents license. - https://goo.gl/aiYf1t
#react #license
Using the React Children API - https://goo.gl/uz6iCh
#react
Announcing Yarn 1.0: An Alternative to npm
The Yarn JavaScript package manager is now used by 175,000 projects on GitHub and responsible for 3 billion package downloads per month. - https://goo.gl/S2P4Ab
#yarn
Learn How To Debug JavaScript with Chrome DevTools
Ditch console.log debugging once and for all by learning to use breakpoints to debug code within the DevTools. - https://goo.gl/ReHkdU
#javascript #devTools #debug
📚JSbooks
The best free JavaScript resources - https://goo.gl/Gmxrb9
#javascript #free #books
A Guide To Virtual Reality For Web Developers
The state of browsers when it comes to virtual reality and a look at the state of implementing VR on the Web using WebVR’s APIs. - https://goo.gl/uwuXVn
#VR
New in Chrome 61: JS Modules and WebUSB Support
WebUSB allows web apps to access user permitted USB devices. There’s also support for importing JavaScript modules within script tags. - https://goo.gl/14R1rq
#chrome #webUSB
The State of the Web and Its Performance
How can we make the Web better by designing and developing with performance in mind? A look at various ways of making impactful performance improvements. - https://goo.gl/r9P1Yp
#performance
Framework7 v2 Beta
Has been rewritten with ES-next syntax, including more highly performant and functional components in the new v2 beta. - https://goo.gl/LKdjDa
#freamework7 #beta
react-native-pull-refresh: Custom Pull to Refresh Component for Android
Lets you use your own custom animation while refreshing. -
https://goo.gl/gRma4U
#reactnative
react-imgpro: An Image Processing Component
Processes an image with filters supplied as props and returns a base64 image. - https://goo.gl/Eiqsem
#react #comoponent
Form Validation with Web Audio
Could audio feedback improve the user experience of filling a form? Ruth John takes a look. - https://goo.gl/nM15jM
#form #validation #webAudio
Using SVG Patterns for Backgrounds with React -
https://goo.gl/63T4FK
#react #svg
Building An Interactive Game of Thrones Map
A fun guide to building a Node.js API to serve a geospatial ‘Game of Thrones’ map, leaning heavily on Postgres (with PostGIS) and Redis. - https://goo.gl/HRc6rG
#nodejs #game
Building a Trello-Style Layout with CSS Grid and Flexbox
Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh
#css #layout #flexbox
The Curious Case of 'null ≥ 0'
A trip down one of JavaScript’s many interesting rabbit holes. “It makes sense, honestly”, says the author. - https://goo.gl/JerxTq
#javascript
Angular vs. React vs. Vue: A 2017 Comparison
An informative take on how to choose the best framework for your next project. - https://goo.gl/uCwipV
#angular #react #vue #comparison
Flat UI Elements Attract Less Attention and Cause Uncertainty
A usability study into the use of ‘flat’ elements on the Web, as opposed to buttons and elements with shadows and bevels. - https://goo.gl/1USruL
#flatDesign
How Is ARCore Better Than ARKit?
Beyond the comparison, there is some good info here on both the basics and the current state of mobile AR. - https://goo.gl/HLWfr4
#AR #kit
Introducing Fastify, a New Speedy Web Framework
Fastify is built as a general-purpose web framework, but ‘shines’ when building extremely fast HTTP APIs that use JSON as the data format. - https://goo.gl/aE11ha
#nodejs
React Dates: A Date Picker from Airbnb
An accessible, easily internationalizable, mobile-friendly date-picker library for the web. - https://goo.gl/chzed8
#react #component #datePicker
WhatsApp-Like Location Sharing with Ionic
How to add location sharing to your mobile apps built with Ionic. - https://goo.gl/hM6FN6
#ionic #geo
Launching An App? Make App Store Optimization A Foundation For Growth
Some advice to help you get a base level of users that you can grow from. - https://goo.gl/ZZ6Ud3
#mobile #appStore
react-map-gl: A Suite of React Components for Mapbox GL JS -
https://goo.gl/pRptiZ
#react #component #map
How to Implement Facebook Login via the Official SDK -
https://goo.gl/w7cX9z
#auth2 #facebook