How to Create a Toggle Switch in React as a Reusable Component
Shows how to create an iOS-inspired toggle switch using React components and then put it into use in a demo app. - http://amp.gs/i4ZV
#react
Shows how to create an iOS-inspired toggle switch using React components and then put it into use in a demo app. - http://amp.gs/i4ZV
#react
Building animated draggable interfaces with Vue.js and Tailwind – Cristi Jora
Here’s a nice tutorial on building a drag-n-drop list with some pretty neat animations. To build that, Cristi uses Vue-Draggable and TailwindCSS. - http://amp.gs/iRYG
#vue
Here’s a nice tutorial on building a drag-n-drop list with some pretty neat animations. To build that, Cristi uses Vue-Draggable and TailwindCSS. - http://amp.gs/iRYG
#vue
Having a Little Fun With Custom Focus Styles
Lari Maza explores different ways to create focus styles. - http://amp.gs/iRS3
#css
Lari Maza explores different ways to create focus styles. - http://amp.gs/iRS3
#css
CSS-Tricks
Having a Little Fun With Custom Focus Styles
Every front-end developer has dealt or will deal with this scenario: your boss, client or designer thinks the outline applied by browsers on focused
A Story of a React Re-Rendering Bug
How an Eventbrite developer fixed a “particularly annoying” button focus issue. - http://amp.gs/iUHv
#react
How an Eventbrite developer fixed a “particularly annoying” button focus issue. - http://amp.gs/iUHv
#react
Engineering Blog
A Story of a React Re-Rendering Bug - Engineering Blog
As front-end developers, we often find ourselves getting into perplexing bugs when the page we build involves a lot of user interactions. When we find a bug, no matter how tricky it is, it means something is wrong in the code. There is no magic, and the code…
An Official Style Guide for Writing Redux Code
Recommended patterns, best practices, and suggested approaches for writing Redux-based apps. - http://amp.gs/idB7
#redux
Recommended patterns, best practices, and suggested approaches for writing Redux-based apps. - http://amp.gs/idB7
#redux
How to Overlap Images in CSS
Bri Camp Gomez shows how to overlap images with CSS Grid and provide a fallback for browsers that don’t support CSS Grid. - http://amp.gs/idun
#css
Bri Camp Gomez shows how to overlap images with CSS Grid and provide a fallback for browsers that don’t support CSS Grid. - http://amp.gs/idun
#css
20 Nuxt Modules (with Tips) to Increase Your Productivity and Build Web Apps Faster – Nada Rifki
Nada Rifki has written down a list of her 20 favourite Nuxt.js modules that she recommends for most Nuxt users. Along with the list, there is a short description of what it does and a few tips along the way. - http://amp.gs/iOUP
#vue #nuxt
Nada Rifki has written down a list of her 20 favourite Nuxt.js modules that she recommends for most Nuxt users. Along with the list, there is a short description of what it does and a few tips along the way. - http://amp.gs/iOUP
#vue #nuxt
Telerik Blogs
20 Nuxt Modules You Can Use to Build Web Apps Faster
Here are 20 of my favorite Nuxt modules from the community you should know about if you want to increase your productivity while developing web apps.
Interactivity and Animation with Variable Fonts
Mandy Michael dives into using variable fonts for interactivity and animations. - http://amp.gs/irPZ
#css
Mandy Michael dives into using variable fonts for interactivity and animations. - http://amp.gs/irPZ
#css
24ways.org
Interactivity and Animation with Variable Fonts
Mandy Michael turns the corner on our variable font adventure and stumbles into a grotto of wonder and amazement. Not forgetting the need for a proper performance budget, Mandy shows how variable fonts can free your creativity from bygone technical constraints.
How to Manage Global State with Context API and Hooks
“Redux absolutely has its use cases and advantages. This is merely an alternate way to manage global state in a simpler way without the need of external libraries.” - http://amp.gs/iSet
#react
“Redux absolutely has its use cases and advantages. This is merely an alternate way to manage global state in a simpler way without the need of external libraries.” - http://amp.gs/iSet
#react
www.bekk.christmas
Posts in the "React" category | Bekk Christmas
Discover posts in the "React" category
JavaScript: Use Destructuring Assignment over Function Parameters
Some practical benefits on destructuring assignment in JavaScript. - http://amp.gs/iNPx
#javascript
Some practical benefits on destructuring assignment in JavaScript. - http://amp.gs/iNPx
#javascript
My Top Favorite Tools for Angular Developers
Angular has evolved over the years, claiming its spot at the second world’s most used JS framework. Having a strong team and vibrant dev ecosystem, it had spurred and sprouted many tools and libraries. - http://amp.gs/iA1q
#angular
Angular has evolved over the years, claiming its spot at the second world’s most used JS framework. Having a strong team and vibrant dev ecosystem, it had spurred and sprouted many tools and libraries. - http://amp.gs/iA1q
#angular
Medium
My Top Favorite Tools for Angular Developers
A comprehensive list of the most awesome Angular tools, extensions, and libraries.
Accessibility Tips for Web Developers
Addy Osmani outlines six key areas of disability to consider when designing for accessibility: visual, hearing, mobility, cognition, speech and neural. - http://amp.gs/iAbX
#css #accessibility
Addy Osmani outlines six key areas of disability to consider when designing for accessibility: visual, hearing, mobility, cognition, speech and neural. - http://amp.gs/iAbX
#css #accessibility
DEV Community
Accessibility Tips for Web Developers
When designing for accessibility, there are six key areas of disability to consider: visual, hearing, mobility, cognition, speech and neural.
What's New for Node.js in 2020
Node might be ten years old, but like a real ten year old it’s only continuing to grow at a rapid pace. David dusts off his crystal ball and looks at some of what’s coming around the corner. - http://amp.gs/isTu
#nodejs
Node might be ten years old, but like a real ten year old it’s only continuing to grow at a rapid pace. David dusts off his crystal ball and looks at some of what’s coming around the corner. - http://amp.gs/isTu
#nodejs
Okta Developer
What's New for Node.js in 2020
Node.js is changing in 2020, here are the updates to be on the lookout for!
How to Load Third-Party Scripts in Nuxt.js - Alexander Lichter
If you use Nuxt.js you might have stumbled upon this problem – how to add links to third-party scripts that you can’t install with NPM. For example some analytics solutions. Or what if you need to add those to certain routes only? Alex provides all the answers in this article. - http://amp.gs/isWz
#vue #nuxt
If you use Nuxt.js you might have stumbled upon this problem – how to add links to third-party scripts that you can’t install with NPM. For example some analytics solutions. Or what if you need to add those to certain routes only? Alex provides all the answers in this article. - http://amp.gs/isWz
#vue #nuxt
Vue.js Tutorials
How to Load Third-Party Scripts in Nuxt.js - Vue.js Tutorials
In this article, Alexander Lichter (core Nuxt.js member) teaches you how to load third-party scripts in your Nuxt.js application. Both globally and on individual pages.
A New Beginning for React Native at Walmart
Nearly all of Walmart’s grocery app is now powered by React Native. This is the story of their journey and some of the technical challenges they faced. - http://amp.gs/iion
#reactnative
Nearly all of Walmart’s grocery app is now powered by React Native. This is the story of their journey and some of the technical challenges they faced. - http://amp.gs/iion
#reactnative
Medium
A new beginning for React Native at WalmartLabs Online Grocery
Almost two years ago we launched our first React Native (RN) page, now we’re close to having 90% of our Walmart Grocery App pages powered…
Beautiful Scrolling Experiences – Without Libraries
Michelle Barker shows how to control the scrolling behavior (to a degree) without resorting to heavy libraries. - http://amp.gs/iuIz
#css
Michelle Barker shows how to control the scrolling behavior (to a degree) without resorting to heavy libraries. - http://amp.gs/iuIz
#css
24ways.org
Beautiful Scrolling Experiences – Without Libraries
Michelle Barker appears as one of a heavenly host, coming forth with scroll in hand to pronounce an end to janky scrolljacking! Unto us a new specification is born, in the city of TimBL, and its name shall be called Scroll Snap.
Don't Call A React Function Component
A demonstration of the difference between React.createElement and calling a function component directly and why you should render function components instead of calling them. - http://amp.gs/iuFZ
#react
A demonstration of the difference between React.createElement and calling a function component directly and why you should render function components instead of calling them. - http://amp.gs/iuFZ
#react
Kentcdodds
Don't call a React function component
The difference between React.createElement and calling a function component directly
Angular Environment Setup - Safe & Testable
Most real-world Angular applications live in different environments throughout their development cycle. While differences generally should be kept to a minimum, your webapp is probably supposed to behave a little bit different on a developer's machine compared to when it's deployed to production. - http://amp.gs/iJoH
#angular
Most real-world Angular applications live in different environments throughout their development cycle. While differences generally should be kept to a minimum, your webapp is probably supposed to behave a little bit different on a developer's machine compared to when it's deployed to production. - http://amp.gs/iJoH
#angular
DEV Community
Angular Environment Setup - Safe & Testable
Originally published at nils-mehlhorn.de Most real-world Angular applications live in different envi...
How To Create a Node Module
It’s an elementary thing to do, but this is a thorough tutorial nonetheless. - http://amp.gs/iK84
#nodej
It’s an elementary thing to do, but this is a thorough tutorial nonetheless. - http://amp.gs/iK84
#nodej
DigitalOcean
How To Create a Node.js Module | DigitalOcean
In Node.js, a module is a collection of JavaScript functions and objects that can be used by external applications. In this tutorial, you will create a Node.js module organized with npm that suggests what color web developers should use in their desig
JavaScript, ES6, ES7, ES10.. Where Are We?
A look at the current features within JavaScript, what got rejected, and what native support for ‘modern’ JavaScript features is like. It’s a bit of a mish-mash, but covers a lot of proposals. - http://amp.gs/iKMI
#javascript
A look at the current features within JavaScript, what got rejected, and what native support for ‘modern’ JavaScript features is like. It’s a bit of a mish-mash, but covers a lot of proposals. - http://amp.gs/iKMI
#javascript
Medium
JavaScript, ES6, ES7, ES10 where are we?
What are the current features . proposal, what are the withdrawn/rejected proposals?