Creating an interactive map with D3 and Vue
This guide will teach you how to display maps with D3 and JSX. - http://bit.ly/2O7TC77
#vue
This guide will teach you how to display maps with D3 and JSX. - http://bit.ly/2O7TC77
#vue
DEV Community
Creating an interactive map with D3 and Vue
This guide will teach you how to display maps with D3 and JSX
The Ultimate Answer To The Very Common Angular Question: subscribe() vs | async Pipe
Most of the popular Angular state management libraries like NgRx expose application state in a form of a stream of state objects. This is usually implemented with the help of RxJS Observables. - http://bit.ly/2Sll0BS
#angular
Most of the popular Angular state management libraries like NgRx expose application state in a form of a stream of state objects. This is usually implemented with the help of RxJS Observables. - http://bit.ly/2Sll0BS
#angular
Angular In Depth
The Ultimate Answer To The Very Common Angular Question: subscribe() vs | async Pipe
Most of the popular Angular state management libraries like NgRx expose application state in a form of a stream of state objects…
Writing a JavaScript Tweening Engine with Between.js
This developer decided to try their hand at writing their own tweening engine. - http://bit.ly/2q2JBOY
#javascript
This developer decided to try their hand at writing their own tweening engine. - http://bit.ly/2q2JBOY
#javascript
Hackernoon
Writing a Javascript tweening engine with Between.js | HackerNoon
To be honest, there are already tons of tweening engines in Javascript ecosystem, there are great (popular) ones, such as <a href="https://github.com/tweenjs/tween.js/" target="_blank"><strong>Tween.js</strong></a><strong> </strong>and<strong> </strong><a…
Ways to Eliminate Common React Performance Issues
Formerly titled “How to Eliminate React Performance Issues Now”, this is a pragmatic step-by-step guide to eliminating common React-related performance issues. - http://bit.ly/2SlGoqH
#react
Formerly titled “How to Eliminate React Performance Issues Now”, this is a pragmatic step-by-step guide to eliminating common React-related performance issues. - http://bit.ly/2SlGoqH
#react
Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers
Shubham Kanodia explains why it’s time to rethink asset delivery for the modern web. - http://bit.ly/2D7w7Kh
#bundling
Shubham Kanodia explains why it’s time to rethink asset delivery for the modern web. - http://bit.ly/2D7w7Kh
#bundling
Smashing Magazine
Smart Bundling: How To Serve Legacy Code Only To Legacy Browsers — Smashing Magazine
With the marketshare of evergreen browsers rising fast and browsers launching support for new features in lockstep, is it time we rethink asset delivery for the modern web?
Creating a Logger in Nodejs From Scratch
Learn how to create a single logger in which by calling, say, loggerinfo, the message would be logged to the console and saved to file. - http://bit.ly/2JiuDwJ
#nodejs
Learn how to create a single logger in which by calling, say, loggerinfo, the message would be logged to the console and saved to file. - http://bit.ly/2JiuDwJ
#nodejs
LogRocket Blog
Creating a logger in Node.js from scratch - LogRocket Blog
Learn how to create a logger with built-in transports on Node.js from scratch with a single logger that automatically logs messages into your console.
Hello, Create React App 2.0
The big news last week was the release of Create React App 2.0. This post takes a practical look at what’s changed and how it’s more useful than ever. - http://bit.ly/2PWHBD2
#react
The big news last week was the release of Create React App 2.0. This post takes a practical look at what’s changed and how it’s more useful than ever. - http://bit.ly/2PWHBD2
#react
Telerik Blogs
Hello, Create React App 2.0!
In this blog post, Eric Bishard will walk you through what's changed in Create React App and how you can use it in your development environment.
Rhythm in Web Typography
Horizontal rhythm mostly impacts the legibility, while vertical rhythm impacts the readability of the text and establishes a sense of visual hierarchy. - http://bit.ly/2EY5QQq
#typography
Horizontal rhythm mostly impacts the legibility, while vertical rhythm impacts the readability of the text and establishes a sense of visual hierarchy. - http://bit.ly/2EY5QQq
#typography
How to Use Checklists to Improve Your UX
Why do people fail when they have both the information necessary to complete a task and the skill or aptitude to do so? - http://bit.ly/2qfDnv9
#ux
Why do people fail when they have both the information necessary to complete a task and the skill or aptitude to do so? - http://bit.ly/2qfDnv9
#ux
Connect Angular Forms to Akita Store
The PersistNgFormPlugin helps to keep your form synced with your store. One common scenario is preventing your user from losing data he filled in a form, after navigating away without saving it. Another scenario is when you want to persist a form’s state across pages. - http://bit.ly/2PtyAEI
#angular
The PersistNgFormPlugin helps to keep your form synced with your store. One common scenario is preventing your user from losing data he filled in a form, after navigating away without saving it. Another scenario is when you want to persist a form’s state across pages. - http://bit.ly/2PtyAEI
#angular
Medium
Connect Angular Forms to Akita Store
The PersistNgFormPlugin helps to keep your form synced with your store. One common scenario is preventing your user from losing data he…
What’s New in the Latest Microsoft Edge Update
EdgeHTML 18 is now available with the Windows 10 October 2018 Update, featuring Web Authentication API support, Service Worker improvements, new WebView features, CSS Masking, new autoplay policies, and more. - http://bit.ly/2z8NgyI
#edge
EdgeHTML 18 is now available with the Windows 10 October 2018 Update, featuring Web Authentication API support, Service Worker improvements, new WebView features, CSS Masking, new autoplay policies, and more. - http://bit.ly/2z8NgyI
#edge
Microsoft Edge Blog
What’s new in Microsoft Edge in the Windows 10 October 2018 Update
Yesterday, Yusuf Mehdi announced the Windows 10 October 2018 Update, the newest feature update for Windows 10. The October 2018 Update brings with it the best version of Microsoft Edge yet, with new features and enhancements, and updates the web platform…
How to Manage React State with Arrays
It’s possible to rely on the simplest of JavaScript features to manage the state of your app, and Robin shows how versatile arrays are for this task here. - http://bit.ly/2z6xmVI
#react
It’s possible to rely on the simplest of JavaScript features to manage the state of your app, and Robin shows how versatile arrays are for this task here. - http://bit.ly/2z6xmVI
#react
www.robinwieruch.de
How to manage React State with Arrays
Learn how to manipulate arrays in React state by using JavaScript array methods such as concat, map and filter. Whereas vanilla JavaScript is used for the arrays, React is only used to set the new state in the end ...
Learn How to Create Custom Vue.js Directives and Modifiers
Vue.js Directives are special HTML attributes that allow us to manipulate the DOM. Directives are very powerful and we use them every day. - http://bit.ly/2ERw8Um
#vue
Vue.js Directives are special HTML attributes that allow us to manipulate the DOM. Directives are very powerful and we use them every day. - http://bit.ly/2ERw8Um
#vue
Vue School
Learn How to Create Custom Vue.js Directives and Modifiers
Vue.js Directives are special HTML attributes that allow us to manipulate the DOM. Directives are very powerful and we use them every day. Common directives are v-if, v-for and v-model. The course...
An Introduction to Houdini’s Animation Worklet
In future, you might not need to worry about requestAnimationFrame. as Animation Worklet will let you create imperative animations that run at a device’s native frame rate more easily. Only in Chrome Canary for now. - http://bit.ly/2Da81i2
#animation
In future, you might not need to worry about requestAnimationFrame. as Animation Worklet will let you create imperative animations that run at a device’s native frame rate more easily. Only in Chrome Canary for now. - http://bit.ly/2Da81i2
#animation
Google Developers
Houdini's Animation Worklet | Web
| Google Developers
| Google Developers
Animation Worklet allows you to write imperative animations that run at the device's native frame rate for that extra buttery jank-free smoothness™, make your animations more resilient against main thread jank and are linkable to scroll instead of time.
Composing Components
Insights from how the ABC (Australian Broadcasting Corporation) are transitioning their design process to working with the creation of React components. - https://ab.co/2PoF7QE
#react
Insights from how the ABC (Australian Broadcasting Corporation) are transitioning their design process to working with the creation of React components. - https://ab.co/2PoF7QE
#react
ABC Developer Blog
Composing Components
The recently launched ABC Life is the first website product shipped on a new front end platform, which signifies the transition from product templates coupled to a CMS, to an API driven, component …
Building Full-Stack Applications Using Angular CLI and Nx
Nrwl Nx made building multiple Angular applications that share code easy. It cut the time of creating a shared library from days to minutes. But what about sharing code between the backend and the frontend? Our latest release of NX was built with this use case in mind and makes it easy. In this article, we explore how we can use Nx to build multiple Angular applications, in combination with their API services, out of reusable libraries. - http://bit.ly/2JmhKSE
#angular
Nrwl Nx made building multiple Angular applications that share code easy. It cut the time of creating a shared library from days to minutes. But what about sharing code between the backend and the frontend? Our latest release of NX was built with this use case in mind and makes it easy. In this article, we explore how we can use Nx to build multiple Angular applications, in combination with their API services, out of reusable libraries. - http://bit.ly/2JmhKSE
#angular
nrwl
Building Full-Stack Applications Using Angular CLI and Nx
In this article we explore how we can use Nx to build multiple Angular apps, in combination with their API services, out of reusable libs.
6 Main Reasons Why Node Has Become a Standard Technology for Enterprises - http://bit.ly/2D5qM62
#nodejs
#nodejs
Monterail
What is Node.js and Why You Should Use It For Enterprise Software?
Why Node.js development has become a viable alternative for Java? Let's find out what makes Node.js a go-to technology for enterprise-level organizations.
The guide to write universal, SSR-ready Vue
As a Vue developer, you may have heard the term server-side rendering. - http://bit.ly/2PrLDGp
#vue #ssr
As a Vue developer, you may have heard the term server-side rendering. - http://bit.ly/2PrLDGp
#vue #ssr
blog.Lichter.io
The guide to write universal, SSR-ready Vue components
As a Vue developer, you may have heard the term server-side rendering. Even if you are not using a framework like Nuxt.js it is important to know how to write universal SSR-ready components. And guess what, it isn't even hard!
How to Build a Custom Date Picker with React
It seems we link a React component for picking dates almost every week, so. how about learning how to build your own from scratch? - http://bit.ly/2JioFMv
#react
It seems we link a React component for picking dates almost every week, so. how about learning how to build your own from scratch? - http://bit.ly/2JioFMv
#react
LogRocket Blog
React custom datepicker: Step-by-step - LogRocket Blog
Set up a robust and attractive datepicker in React that acts as an alternative to the native HTML5 datepicker input element.