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.
CSS Animations with Finite State Machines
An explanation of state machines based around their relevance to CSS. - http://bit.ly/2Odq3ku
#css
An explanation of state machines based around their relevance to CSS. - http://bit.ly/2Odq3ku
#css
Medium
CSS Animations with Finite State Machines
As the number of different possible states and transitions between states in a user interface grows, managing styles and animations can…
The Suspense is Killing Redux
If you’ve been hearing about Suspense (first covered in Dan Abramov’s JSConf Iceland talk but aren’t sure where it fits in vs Redux, this will help, though Ryan notes “Suspense won’t replace every use-case of Redux”. - http://bit.ly/2EK12xE
#react #suspense
If you’ve been hearing about Suspense (first covered in Dan Abramov’s JSConf Iceland talk but aren’t sure where it fits in vs Redux, this will help, though Ryan notes “Suspense won’t replace every use-case of Redux”. - http://bit.ly/2EK12xE
#react #suspense
Medium
The Suspense is Killing Redux
At my latest workshops I’ve been getting the question: “Does Suspense kill Redux?”
Global App Revenue Topped $18 Billion Last Quarter, Up 23% Year-Over-Year
Who says the mobile app market has topped out? Not these stats! - http://bit.ly/2EZYpb7
#stats
Who says the mobile app market has topped out? Not these stats! - http://bit.ly/2EZYpb7
#stats
Sensortower
Global App Revenue Topped $18 Billion Last Quarter, Up 23% Year-Over-Year
Sensor Tower Store Intelligence data reveals that Apple's App Store earned 92% more than Google Play in Q3 2018.
Dynamic Translations in Angular
In this article, we are going to look at how to add translations to a todo app on Github using Angular, ngx-translate and a NodeJS API for serving the translations. - http://bit.ly/2RehHef
#angular
In this article, we are going to look at how to add translations to a todo app on Github using Angular, ngx-translate and a NodeJS API for serving the translations. - http://bit.ly/2RehHef
#angular
Christian Lüdemann
Dynamic Translations in Angular
Yet another post of me fixing something I find flawed about the way Angular wants you to do stuff. Just like the way Angular’s built-in way of handling environment configuration wants you to …
How to Stop using console.log() and Start using Your Browser’s Debugger - http://bit.ly/2Stk52m
#devTools #chrome
#devTools #chrome
Medium
How to stop using console.log() and start using your browser’s debugger
Debug More Efficiently
The correct way to force Vue to re-render a component
The best way to force Vue to re-render a component is to set a :key on the component. - http://bit.ly/2OUa7IU
#vue
The best way to force Vue to re-render a component is to set a :key on the component. - http://bit.ly/2OUa7IU
#vue
Hacker Noon
The correct way to force Vue to re-render a component
Sometimes Vue’s reactivity system isn’t enough, and you just need to re-render a component.