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.
How to Learn Vue.js in 2018
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. - http://bit.ly/2PGPCyY
#vue
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. - http://bit.ly/2PGPCyY
#vue
ZenDev, LLC
How to Learn Vue.js in 2018
Vue.js is one of the hottest topics in the web frontend space. It has skyrocketed past React to become the most starred JavaScript framework on Github. It was also the framework that the most JavaScript developers said they wanted to learn in 2018. The big…
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features for tool chain, and has enabled several major partner launches. - http://bit.ly/2DiV5GB
#angular
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material, and the CLI with synchronized major versions. This release contains new features for tool chain, and has enabled several major partner launches. - http://bit.ly/2DiV5GB
#angular
Angular Blog
Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more
The 7.0.0 release of Angular is here! This is a major release spanning the entire platform, including the core framework, Angular Material…
Using Feature Detection, Conditionals, and Groups with Selectors
Jirka Vebr shares some insight to using feature detection in CSS. - http://bit.ly/2Rzk4bU
#css
Jirka Vebr shares some insight to using feature detection in CSS. - http://bit.ly/2Rzk4bU
#css
CSS-Tricks
Using Feature Detection, Conditionals, and Groups with Selectors | CSS-Tricks
CSS is designed in a way that allows for relatively seamless addition of new features. Since the dawn of the language, specifications have required browsers
Creating a Photo Sharing App with React Native
How to create a live photo sharing app using Node.js, React Native and Imgur. - http://bit.ly/2OnxGot
#reactNative
How to create a live photo sharing app using Node.js, React Native and Imgur. - http://bit.ly/2OnxGot
#reactNative
Pusher
Creating a photo sharing app with React Native
Use React Native, Node.js and Imgur to create a photo sharing app. Users will be able to follow their friends and share their own photos with their followers. New photos will be published and shared in realtime.
33 Concepts Every JavaScript Developer Should Know
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including types, closures, equality, scope, and different JavaScript engines. - http://bit.ly/2yPKJdz
#javascript
A curated collection of links to tutorials on 33 different areas of JavaScript it’s worth understanding well, including types, closures, equality, scope, and different JavaScript engines. - http://bit.ly/2yPKJdz
#javascript
GitHub
GitHub - leonardomso/33-js-concepts: 📜 33 JavaScript concepts every developer should know.
📜 33 JavaScript concepts every developer should know. - GitHub - leonardomso/33-js-concepts: 📜 33 JavaScript concepts every developer should know.
Model-View-Presenter with Angular
As an application grows, it becomes harder to maintain. The complexity increases while the value of reusable modules increases. We know that we have got to do something about it before we risk failure. - http://bit.ly/2RrJasQ
#angular #mvp
As an application grows, it becomes harder to maintain. The complexity increases while the value of reusable modules increases. We know that we have got to do something about it before we risk failure. - http://bit.ly/2RrJasQ
#angular #mvp
8 Tips for Great Code Reviews
Kelly Sutton shares some tips to help you and your team have better Code Reviews, which will translate to better code, happier teammates, and hopefully a better business. - http://bit.ly/2qoSSRg
#codeReview
Kelly Sutton shares some tips to help you and your team have better Code Reviews, which will translate to better code, happier teammates, and hopefully a better business. - http://bit.ly/2qoSSRg
#codeReview
Kelly Sutton
8 Tips for Great Code Reviews
What Makes a Great Code Review?
React Native vs Flutter vs Ionic vs NativeScript vs PWA
An interesting comparison based on 8 different “metrics.” - http://bit.ly/2PavjKT
#reactNative #flutter #ionic #nativeScript #pwa
An interesting comparison based on 8 different “metrics.” - http://bit.ly/2PavjKT
#reactNative #flutter #ionic #nativeScript #pwa
Academind
React Native vs Flutter vs Ionic vs NativeScript vs PWA
How does React Native compare to Flutter, NativeScript or Ionic? How's performance for each of these options? Let's have a look!
Create a Vue PWA on a high performance and secure NGINX infrastructure
This article describes the first steps and a high-level intro to PWAs based on the fancy Vue framework and concentrates primarily on its deployment to a well secured nginx server. -http://bit.ly/2SHWg6W
#vue #ngix #pwa
This article describes the first steps and a high-level intro to PWAs based on the fancy Vue framework and concentrates primarily on its deployment to a well secured nginx server. -http://bit.ly/2SHWg6W
#vue #ngix #pwa
Medium
Create a VueJS PWA on a high performance and secure NGINX infrastructure
by Thomas Reinecke
Avoiding Unnecessary Renders with React Context
Before you replace Redux’s <provider> component with React’s new context API, there’s a thing or two that you should know about performance. - http://bit.ly/2PBuR7P
#react
Before you replace Redux’s <provider> component with React’s new context API, there’s a thing or two that you should know about performance. - http://bit.ly/2PBuR7P
#react
30 Seconds of CSS: Useful CSS Snippets You Can Understand Quickly
Around 40 different CSS snippets for various situations. It’s a bit like 30 Seconds of Code but solely for CSS. - http://bit.ly/2JRCvWF
#css
Around 40 different CSS snippets for various situations. It’s a bit like 30 Seconds of Code but solely for CSS. - http://bit.ly/2JRCvWF
#css
30-seconds.github.io
30 Seconds of CSS
A curated collection of useful CSS snippets you can understand in 30 seconds or less. From foundational elements such as clearfix to gradient text color and gradient cursor tracking to CSS easing and far beyond.