21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Test Methods and Mock Dependencies in Vue.js with Jest
Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN
#vue #testing #jest
Building server-rendered apps in Vue using Nuxt.js
This post will walk you through the process of building server-rendered webpages in Vue. - https://goo.gl/DA4avJ
#vue #serverRendered
Implementing Serverless Node.js Functions Using Google Cloud
Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws
#nodejs
Leverage New Features of React 16: An Egghead Course -
https://goo.gl/2NBQop
#react #video
Node-ChakraCore Update From Node.js Interactive 2017
Some updates on Node-ChakraCore running production workloads, advancing N-API, and running Node on iOS. - https://goo.gl/D4FmPW
#nodejs
Vue.js Official Style Guide released!
The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx
#vue #styleguide
What is 'this' in JavaScript?
Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents. - https://goo.gl/wHBKmz
#javascript
Higher-Order Components (HOCs) for Beginners -
https://goo.gl/9b8Cy4
#react #hoc
7 Architectural Attributes of a Reliable React Component
Covering ideas like the single responsibility principle, encapsulation, composition, and reusability. - https://goo.gl/FQRA3e
#react
vue-test-utils beta released
vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components. - https://goo.gl/Tfbnvj
#vue
Tips for Successful App Development with React Native
Some things to consider when starting to work with React Native for mobile app development. - https://goo.gl/LxfY6e
#reactNative
A pattern to handle ajax requests in Vuex - https://goo.gl/gxkqpT
#vue
A/B Testing for React Native Apps with CodePush
How to perform A/B Testing using CodePush with React Native to optimize user behavior. - https://goo.gl/BPXxcd
#reactNative
Building a React Universal Blog App: Implementing Flux -
https://goo.gl/4nfcsh
#react #flux
How Zalando bot got 98% success rate
Why Bot personality is only a minor part of the overall bot UX - https://goo.gl/tJpg9C
#ui
Await and Async Explained with Diagrams and Examples
A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3
#await #async
Using Preact as a React Alternative
Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi
#prereact
Fundamentals of Responsive Images
A good explainer of the key concepts for responsive images, and an overview of a few different responsive image tactics. - https://goo.gl/4skwd5
#image #responsive
8 Key React Component Decisions
Standardize your React development with these key decisions. - https://goo.gl/HS11u5
#react
Why There's No 100% Correct Way to Structure A React App
How one dev structures his React apps, but why there’s no universally ‘ideal’ approach. - https://goo.gl/SLqavw
#react
Notification library for Vue.js
Vue.js library for showing notifications with CSS & Velocity animations.
https://goo.gl/NXMyVc
#vue #component
Node.js for Mobile Apps: A Node Runtime for Android and iOS
Node.js for Mobile Apps, which is free and open source, offers a Node execution environment running in a background thread inside a native app. - https://goo.gl/gC6j2S
#nodejs
Essential Image Optimization for the Web
A free ebook on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered. - https://goo.gl/TtqmVq
#image #optimization
Learn Promises by Building Your Own
Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7
#javascript #promise
Cross-Platform Mobile App Development Tools Compared
Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/rxfRzP
#mobile #tools #compare
When buttons look like links, that looks like buttons
Sometimes we make links look like buttons. Sometimes we make buttons look like links. This is unfortunate. - https://goo.gl/91PEio
#ui
Draggable: A Drag and Drop Library from Shopify
Draggable abstracts native browser events into a modular API for you to build custom, and potentially complex, drag and drop experiences. - https://goo.gl/Es8BAE
#javascript #draganddrop
Terminal Kit: A 'Full Blown' Terminal Lib for Node
Includes support for 256 colors, styles, keys and mouse handling, input fields, progress bars, screen buffers, and more. - https://goo.gl/LBghtf
#nodejs
Mixins and Plugins in Vue
Where mixins and plugins can provide a lot of help? Mixins and plugins have the ability to improve readability and portability of your code. - https://goo.gl/8dFZQ8
#vue
Advanced animation in Vue.js
This is the second part of the Baby Steps Vuejs Animations Tutorial. In this tutorial, you will learn about creating functional and reusable Vue.js transitions using javascript. - https://goo.gl/JPmEZ4
#vue #animation