Building and Styling Tables with react-table v7
Creating tables with React can be a pain. react-table v7 provides a modern, Hooks-based API that helps us create tables in React with little hassle. - http://amp.gs/3MW6
#react
Creating tables with React can be a pain. react-table v7 provides a modern, Hooks-based API that helps us create tables in React with little hassle. - http://amp.gs/3MW6
#react
LogRocket Blog
What’s new in React Table v7? - LogRocket Blog
The latest version of React Table, react-table v7, provides a modern, Hooks-based API that helps us create tables in React with little hassle.
How a Few Lines of Code Broke Lots of Packages
Just under a week ago, people were reporting that create-react-app was broken. The culprit? A tiny change in a tiny dependency: is-promise. Luckily a fix was out very quickly and the creator of is-promise reflects on what happened here.
- http://amp.gs/3551
#news
Just under a week ago, people were reporting that create-react-app was broken. The culprit? A tiny change in a tiny dependency: is-promise. Luckily a fix was out very quickly and the creator of is-promise reflects on what happened here.
- http://amp.gs/3551
#news
Medium
is-promise post mortem
Last Saturday, I made the decision to try and catch up on some of the many contributions to my open source projects. One of the first pull…
Modern CSS Solutions for Old CSS Problems
Stephanie Eckles created a series that examines modern CSS solutions to common problems. - http://amp.gs/3c8D
#css
Stephanie Eckles created a series that examines modern CSS solutions to common problems. - http://amp.gs/3c8D
#css
The case for HOC vs The Composition API
In this article Abdelrahman compares Higher-Order Components (using scoped-slots) with the upcoming Composition API. I especially enjoyed the Vee-Validate v4 comparison. Check it out! - http://amp.gs/36jJ
#vue
In this article Abdelrahman compares Higher-Order Components (using scoped-slots) with the upcoming Composition API. I especially enjoyed the Vee-Validate v4 comparison. Check it out! - http://amp.gs/36jJ
#vue
Logaretm
The case for HOC vs The Composition API
Does the new composition API completely kills off HOCs?
How to create a complex dynamic form in Angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined. Sometimes web application development goes beyond static forms to dynamic forms. Dynamic forms do not have static fields. Dynamic forms and controls can be generated based on certain events. In this article, we are going to generate controls based on the click of plus. Delete it on the click of minus buttons. - http://amp.gs/3bmT
#angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined. Sometimes web application development goes beyond static forms to dynamic forms. Dynamic forms do not have static fields. Dynamic forms and controls can be generated based on certain events. In this article, we are going to generate controls based on the click of plus. Delete it on the click of minus buttons. - http://amp.gs/3bmT
#angular
Medium
How to create a complex dynamic form in Angular
Forms are a very important part of the web application. Sometimes we come to a scenario where forms element is static and well defined…
Six Platforms for Hosting a Node App in 2020
Of course, you can run a Node app pretty much anywhere there’s a server, but some platforms make it easier than others. These all have free tiers too. Glitch, Nowsh (now Vercel) and Heroku are particular favorites of ours at Cooperpress. — http://amp.gs/HjBj
#nodejs
Of course, you can run a Node app pretty much anywhere there’s a server, but some platforms make it easier than others. These all have free tiers too. Glitch, Nowsh (now Vercel) and Heroku are particular favorites of ours at Cooperpress. — http://amp.gs/HjBj
#nodejs
A Guide to window.location
A breakdown that covers most of the methods and properties available on the DOM’s window.location object. - http://amp.gs/H8xy
#javascript
A breakdown that covers most of the methods and properties available on the DOM’s window.location object. - http://amp.gs/H8xy
#javascript
DEV Community
window.location Cheatsheet
Looking for a site's URL information, then the window.location object is for you! Use its propertie...
Validations in Angular Reactive Forms
Building forms on Angular is intuitive until you get to the point of user input validations. The work of a Frontend Engineer would have been a lot easier if users could be trusted with entering the right values into each input field. Unfortunately, this isn’t always possible. Therefore the relevance of validating user inputs at the point of entry can not be overemphasized. - http://amp.gs/HT9R
#angular
Building forms on Angular is intuitive until you get to the point of user input validations. The work of a Frontend Engineer would have been a lot easier if users could be trusted with entering the right values into each input field. Unfortunately, this isn’t always possible. Therefore the relevance of validating user inputs at the point of entry can not be overemphasized. - http://amp.gs/HT9R
#angular
Medium
Validations in Angular Reactive Forms
Building forms on Angular gives an intuitive first impression until you get to the point of user input validations. The work of a Frontend…
Optimize Cumulative Layout Shift
Addy Osmani explains how to avoid sudden layout shifts to improve user experience. - http://amp.gs/Hzhh
#css
Addy Osmani explains how to avoid sudden layout shifts to improve user experience. - http://amp.gs/Hzhh
#css
State Management with Composition API
The Composition API (and other Vue 3 APIs) simplifies a lot when it comes to state management. Learn how the Composition API has changed the way I manage my application state. - http://amp.gs/HYSg
#vue
The Composition API (and other Vue 3 APIs) simplifies a lot when it comes to state management. Learn how the Composition API has changed the way I manage my application state. - http://amp.gs/HYSg
#vue
vueschool.io
State Management with Composition API - Vue School Articles
The Composition API (and other Vue 3 APIs) simplifies a lot when it comes to state management. Learn how the Composition API has changed the way I manage my application state.
A Critique of React Hooks
Sometimes you have to lead with the controversial item of the week and the Hacker News discussion around this went off into a lot more depth. - http://amp.gs/HtZ8
#react
Sometimes you have to lead with the controversial item of the week and the Hacker News discussion around this went off into a lot more depth. - http://amp.gs/HtZ8
#react
Deno 1.0: What You Need to Know
Two years ago Ryan Dahl, the original creator of Node, gave a popular talk called 10 Things I Regret About Node.js where he revealed Deno, his prototype of how he'd build a better V8-based JavaScript runtime. With 1.0 due next week, Deno is poised to be a particularly exciting release and this article does a good job of cruising through the reasons why. - http://amp.gs/Ht01
#nodejs
Two years ago Ryan Dahl, the original creator of Node, gave a popular talk called 10 Things I Regret About Node.js where he revealed Deno, his prototype of how he'd build a better V8-based JavaScript runtime. With 1.0 due next week, Deno is poised to be a particularly exciting release and this article does a good job of cruising through the reasons why. - http://amp.gs/Ht01
#nodejs
LogRocket Blog
Deno 1.0: What you need to know - LogRocket Blog
Unofficially billed as "the sequel to Node.js," Deno is poised to be the most exciting and controversial JavaScript-related release in recent memory.
7 JavaScript Design Patterns Every Developer Should Know
This is sort of like a (very) mini version of Addy Osmani’s 2017 book on JS design patterns - http://amp.gs/Hmek
#javascript #patterns
This is sort of like a (very) mini version of Addy Osmani’s 2017 book on JS design patterns - http://amp.gs/Hmek
#javascript #patterns
6 Concepts to Master to be an Angular Architect
Six concepts every Angular developer should explore in-depth in order to master Angular and design well-architected applications. - http://amp.gs/HmK6
#angular
Six concepts every Angular developer should explore in-depth in order to master Angular and design well-architected applications. - http://amp.gs/HmK6
#angular
Medium
6 Concepts to Master to be an Angular Architect
Six concepts every Angular developer should explore in-depth in order to master Angular and design well-architected applications.
A Complete Guide to CSS Functions
A comprehensive guide to CSS functions, covering Custom Properties, Color Functions, Pseudo Class Selectors, Animation Functions, Sizing and Scaling Functions, Grid Functions, and more. - http://amp.gs/HZC5
#css
A comprehensive guide to CSS functions, covering Custom Properties, Color Functions, Pseudo Class Selectors, Animation Functions, Sizing and Scaling Functions, Grid Functions, and more. - http://amp.gs/HZC5
#css
CSS-Tricks
A Complete Guide to CSS Functions | CSS-Tricks
Like any other programming language, CSS has functions. They can be inserted where you’d place a value, or in some cases, accompanying another value declaration.
Stale-While-Revalidate Data Fetching Composable with Vue 3 Composition API
When building apps that rely on data from an API, two things are essential: we want our data to be fresh, and we want it fast. The stale-while-revalidate caching pattern helps us to strike a balance between both. - http://amp.gs/Hptk
#vue
When building apps that rely on data from an API, two things are essential: we want our data to be fresh, and we want it fast. The stale-while-revalidate caching pattern helps us to strike a balance between both. - http://amp.gs/Hptk
#vue
markus.oberlehner.net
Stale-While-Revalidate Data Fetching Composable with Vue 3 Composition API
Learn how to use the Vue 3 Composition API to build a data fetching composable implementing the Stale-While-Revalidate pattern.
A Practical Guide to Node Buffers
You’ll often encounter Buffer objects for holding binary data in the form of a sequence of bytes during interactions with the operating system, working with files, network transfers, etc. - http://amp.gs/HlTT
#nodejs
You’ll often encounter Buffer objects for holding binary data in the form of a sequence of bytes during interactions with the operating system, working with files, network transfers, etc. - http://amp.gs/HlTT
#nodejs
DigitalOcean
Using Buffers in Node.js | DigitalOcean
A buffer is a space in memory (typically RAM) that stores binary data. In Node.js, we can access these spaces of memory with the built-in Buffer class. Buffers are useful when using JavaScript to interacting with binary data, usually at lower networki
Playwright 1.0: Fast and Reliable Cross-Browser Testing
We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, a few months ago, but it’s already at 1.0. This post does a good job on selling it. - http://amp.gs/HBZq
#javascript
We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, a few months ago, but it’s already at 1.0. This post does a good job on selling it. - http://amp.gs/HBZq
#javascript
Medium
Fast and reliable cross-browser testing with Playwright 🎭
Web developers today are shipping faster. Web apps are becoming increasingly sophisticated and run across all devices — our phones…
Looking at useEffect Under the Hood
A look ‘behind the scenes’ (well, into React’s source code really) at how useEffect is implemented. - http://amp.gs/HnlK
#react
A look ‘behind the scenes’ (well, into React’s source code really) at how useEffect is implemented. - http://amp.gs/HnlK
#react
bussieck.com
useEffect under the Hood
To deepen our understanding of the inner workings of useEffect and how it relates to the lifecycle of a component we take a look at React's source code.