Angular Flex-Layout: Flexbox and Grid Layout for Angular Component
CSS Flexbox and CSS Grid are very powerful layout functions. These are already supported by all modern browsers except for IE 11. Unlike properties for styling (for example color and border), these are properties for building a layout structure. In other words, it is not used to beautify the surface of HTML elements but is used to create a foundation of application UI in cooperation with the hierarchical structure of HTML elements. - http://bit.ly/2yPN1Z7
#angular
CSS Flexbox and CSS Grid are very powerful layout functions. These are already supported by all modern browsers except for IE 11. Unlike properties for styling (for example color and border), these are properties for building a layout structure. In other words, it is not used to beautify the surface of HTML elements but is used to create a foundation of application UI in cooperation with the hierarchical structure of HTML elements. - http://bit.ly/2yPN1Z7
#angular
Angular In Depth
Angular Flex-Layout: Flexbox and Grid Layout for Angular Component
CSS Flexbox and CSS Grid are very powerful layout functions. These are already supported by all modern browsers except for IE 11. Unlike…
Understanding the Difference Between grid-template and grid-auto
It pays to understand the difference between implicit and explicit grids. grid-template properties adjust placement on an explicit grid, whereas grid-auto properties define an implicit grid’s properties. - http://bit.ly/2CVVBu4
#css #grid
It pays to understand the difference between implicit and explicit grids. grid-template properties adjust placement on an explicit grid, whereas grid-auto properties define an implicit grid’s properties. - http://bit.ly/2CVVBu4
#css #grid
bitsofcode
Understanding the difference between grid-template and grid-auto | bitsofcode
Articles on frontend development and more.
Calls Between JavaScript and WebAssembly Are Finally Fast
JavaScript is fast. WebAssembly is fast. But the interoperability between the two is where things can lag a little. In the latest Firefox, this has changed, and here’s an amazingly accessible writeup of the how and why. You will learn something here. - https://mzl.la/2PPvyr8
#javascript
JavaScript is fast. WebAssembly is fast. But the interoperability between the two is where things can lag a little. In the latest Firefox, this has changed, and here’s an amazingly accessible writeup of the how and why. You will learn something here. - https://mzl.la/2PPvyr8
#javascript
Mozilla Hacks – the Web developer blog
Calls between JavaScript and WebAssembly are finally fast 🎉 – Mozilla Hacks - the Web developer blog
At Mozilla, we want WebAssembly to be as fast as it can be. This started with its design, which gives it great throughput. Then we improved load times with a ...
13 Games in Under 13KB of JavaScript
A look at some of GitHub’s favorite entries to the recent js13kGames 2018 competition where you have to build a game in under 13 kilobytes, assets and all. - http://bit.ly/2PNpHT5
#javascript
A look at some of GitHub’s favorite entries to the recent js13kGames 2018 competition where you have to build a game in under 13 kilobytes, assets and all. - http://bit.ly/2PNpHT5
#javascript
The GitHub Blog
13 Games in ≤ 13kB of JavaScript · js13kGames 2018
Highlighting a few of our favorite games from this year’s js13kGames competition
Defining NgRx Effects To Organize Actions
In the previous article, we were introduced to functional programming and NgRx, the reactive and highly performant Redux state management for Angular apps. - http://bit.ly/2q1BCBq
#angular #ngrx
In the previous article, we were introduced to functional programming and NgRx, the reactive and highly performant Redux state management for Angular apps. - http://bit.ly/2q1BCBq
#angular #ngrx
Gistia
Authentication in Angular with NgRx Part 2
By delegating the state management to the NgRx Store and adding the side effects to NgRx Effects, you can achieve pure components and gain big performance improvements.
Publishing Private npm Packages to Nexus
A look at how to use Nexus Repository Manager for distributing private packages. - http://bit.ly/2R6rqDw
#nodejs #nexus #npm
A look at how to use Nexus Repository Manager for distributing private packages. - http://bit.ly/2R6rqDw
#nodejs #nexus #npm
gitconnected | Become a Better Developer
Publishing private NPM packages to Nexus
Learn how to use Nexus Repository Manager for distributing private packages
How to Structure A Project & Manage Static Resources in React Native - http://bit.ly/2P6OzbC
#reactNative
#reactNative
freeCodeCamp.org
How to structure your project and manage static resources in React Native
React and React Native are just frameworks, and they do not dictate how we should structure our projects. It all depends on your personal…
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 ...