Review of Chakra UI
Rather than having the author of the Chakra UI advocate on his own behalf, here’s a third-party review of the increasingly-popular framework which focuses on building accessible apps. - http://amp.gs/W6bQ
#react
Rather than having the author of the Chakra UI advocate on his own behalf, here’s a third-party review of the increasingly-popular framework which focuses on building accessible apps. - http://amp.gs/W6bQ
#react
Medium
Review of Chakra UI
Chakra UI is a modern component library for React created by Segun Adebayo. It provides a set of accessible, reusable, and composable…
Understand Angular’s forRoot and forChild
forRoot / forChild is a pattern for singleton services that most of us know from routing. Routing is actually the main use case for it and as it is not commonly used outside of it, I wouldn’t be surprised if most Angular developers haven’t given it a second thought. - http://amp.gs/aj10
#angular
forRoot / forChild is a pattern for singleton services that most of us know from routing. Routing is actually the main use case for it and as it is not commonly used outside of it, I wouldn’t be surprised if most Angular developers haven’t given it a second thought. - http://amp.gs/aj10
#angular
Medium
Understand Angular’s forRoot and forChild
And why we need them for Routing
Responsive Height Design
Ahmad Shadeed shares some considerations for testing responsive designs vertically by reducing the browser height. - http://amp.gs/a8l5
#css
Ahmad Shadeed shares some considerations for testing responsive designs vertically by reducing the browser height. - http://amp.gs/a8l5
#css
ml.js 5.3: Machine Learning Tools in JavaScript
A compilation of machine learning and numerical analysis tools. - http://amp.gs/aT7E
#javascript
A compilation of machine learning and numerical analysis tools. - http://amp.gs/aT7E
#javascript
GitHub
GitHub - mljs/ml: Machine learning tools in JavaScript
Machine learning tools in JavaScript. Contribute to mljs/ml development by creating an account on GitHub.
Vue.js Amsterdam 2020 Videos
New videos from the conference those of including Sarah Drasner, Natalia Tepluhina, Damian Dulisz, Sébastien Chopin and of course Evan You. - https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #videos
New videos from the conference those of including Sarah Drasner, Natalia Tepluhina, Damian Dulisz, Sébastien Chopin and of course Evan You. - https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #videos
YouTube
Vue.js Amsterdam 2020 - YouTube
Five Awesome React Packages to Check Out
At last count we have well over 500 React-related GitHub repos in our database — it’s an embarassment of riches. They can take a long time to sort through, however, which is why somebody sharing their favourites is a time saving bonus. - http://amp.gs/a1kG
#react
At last count we have well over 500 React-related GitHub repos in our database — it’s an embarassment of riches. They can take a long time to sort through, however, which is why somebody sharing their favourites is a time saving bonus. - http://amp.gs/a1kG
#react
Medium
Five awesome React packages to check out
These packages will help you make small (but powerful) changes to help your app stand out from competitiors
Announcing Flutter Community Plus Plugins
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level. - http://amp.gs/aYGK
#flutter
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level. - http://amp.gs/aYGK
#flutter
Medium
Announcing: Flutter Community Plus Plugins📣
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level!
Beautiful CSS 3D Transform Examples
A set of beautiful CSS 3D transforms built with a single div you can easily implement in your own projects. - http://amp.gs/aYwe
#css
A set of beautiful CSS 3D transforms built with a single div you can easily implement in your own projects. - http://amp.gs/aYwe
#css
polypane.app
Beautiful CSS 3D Transform Perspective Examples in 2020 | Polypane, The browser for ambitious developers
Beautiful CSS 3D transform examples using a single div that you can copy with one click!
3 Methods to Actually Remember What You Learn in Coding Tutorials
Learn these three effective strategies on how to make the content stick by spending some time working with the code, and transforming it in a meaningful way. - http://amp.gs/atQH
#javascript
Learn these three effective strategies on how to make the content stick by spending some time working with the code, and transforming it in a meaningful way. - http://amp.gs/atQH
#javascript
DEV Community
3 Methods to Actually Remember What You Learn in Coding Tutorials
When you first deal with a new topic, coding tutorials are great. Rather than continually grasping at...
Managing Long-Running Tasks with Web Workers
Getting around UI-blocking tasks with this technique can unlock your app’s performance and give the users the experience they expect. Let Web Workers take care of your slow running scripts in the background. - http://amp.gs/amVo
#react
Getting around UI-blocking tasks with this technique can unlock your app’s performance and give the users the experience they expect. Let Web Workers take care of your slow running scripts in the background. - http://amp.gs/amVo
#react
Smashing Magazine
Managing Long-Running Tasks In A React App With Web Workers — Smashing Magazine
In this tutorial, we’re going to learn how to use the Web Worker API to manage time-consuming and UI-blocking tasks in a JavaScript app by building a sample web app that leverages Web Workers.
Vue.js Functional Components
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/amMh
#vue
Another article by Frederik Dietz, this time about functional components. A great technique to know, though keep in mind that the template-first approach to functional components will be obsolete in Vue 3.0. You might want to focus on learning how to use functional components with JSX though! - http://amp.gs/amMh
#vue
DEV Community
Vue.js Functional Components
In the previous article we looked into headless components and how to achieve maximum flexiblity by s...
Additive Animations in CSS
Daniel C. Wilson demonstrates how to use two simultaneous animations in CSS that modify the same property with the composite option. - http://amp.gs/aZu3
#css
Daniel C. Wilson demonstrates how to use two simultaneous animations in CSS that modify the same property with the composite option. - http://amp.gs/aZu3
#css
Danielcwilson
Additive Animations in CSS
The following is supported in the latest Firefox, Edge, and Chrome (and also Safari Technology Preview). Yay.
Introducing the Async Cookie Store API (in Chrome 87)
A look at a new API that exposes cookies to service workers and provides an async alternative to document.cookie that also lets you react to cookie changes in real time. - http://amp.gs/apRm
#javascript
A look at a new API that exposes cookies to service workers and provides an async alternative to document.cookie that also lets you react to cookie changes in real time. - http://amp.gs/apRm
#javascript
Medium
Introducing: The Async Cookie Store API
The Cookie Store API is a new browser API built to expose cookies to service worker and offer an asynchronous alternative to…
Building a Pannable, Zoomable Canvas
Digital mapping proved that panning and zooming are natural and intuitive ways to navigate content which exceeds available screen real estate. This series of well explained and well illustrated examples brings the same concept to any app. - http://amp.gs/alEY
#react
Digital mapping proved that panning and zooming are natural and intuitive ways to navigate content which exceeds available screen real estate. This series of well explained and well illustrated examples brings the same concept to any app. - http://amp.gs/alEY
#react
Explore Lottie Animation In Flutter
How to use Lottie, a JSON-based animation file format, in your mobile apps built with Flutter. - http://amp.gs/aBV0
#flutter
How to use Lottie, a JSON-based animation file format, in your mobile apps built with Flutter. - http://amp.gs/aBV0
#flutter
Medium
Explore Lottie Animation In Flutter
Learn How To use Lottie Animation In Your Flutter Apps
73 Awesome NPM Packages for Productivity
This is one of those ‘grab bag’ list style posts we used to include a lot more several years ago, but it’s a reasonably good one if you fancy a quick browse. - http://amp.gs/anhW
#npm
This is one of those ‘grab bag’ list style posts we used to include a lot more several years ago, but it’s a reasonably good one if you fancy a quick browse. - http://amp.gs/anhW
#npm
DEV Community
73 Awesome NPM Packages for Productivity 🚀🌱
Nowadays in our busy schedules and tight deadlines, it's critical to choose tools that increase produ...
3 Things I Wish I Knew When I Started Using Angular 2+
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. It’s safe to say that this project has picked up some momentum over the years. - http://amp.gs/aGyV
#angular
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. It’s safe to say that this project has picked up some momentum over the years. - http://amp.gs/aGyV
#angular
DEV Community
3 Things I Wish I Knew When I Started Using Angular 2+
It’s 2020, and Angular is on version 10 with over 1200 contributors and 18,500 commits. I think i...
What Vue.js Does Better Than React
“I love and use React daily but was curious if there’s anything from Vue that React could learn from. Turns out there is! This post collects my findings.” - http://amp.gs/axSi
#vue
“I love and use React daily but was curious if there’s anything from Vue that React could learn from. Turns out there is! This post collects my findings.” - http://amp.gs/axSi
#vue
Harry Wolff
What Vue.js Does Better Than React
I've been a React engineer for the past 5 years. I love React. I love making React applications. I think it's one of the best UI frameworks available right now. However, there are a few competitors in this space. One of the biggest is Vue.js. I've played…