JavaScript Kicks - JSK Daily for May 1, 2023

JSK Daily forย May 1, 2023 View this email in your browser

A community curated daily e-mail of JavaScript news



Exploring TypeScript Literal Type Widening

As TypeScript continues to grow in popularity, having a deep understanding of its features becomes increasingly important for developers. In this article, We will discuss TypeScript literal types, type widening and narrowing, and best practices for using literal types....

Bit




Creating Reusable Web Components with Angular Elements

Almost four years ago, I wrote an introductory article on setting up Angular Elements when they were first introduced in Angular v6. In the years since, Angular has evolved eight times, with corresponding changes in web development. This brings us back to the need for continue...

Bit




How to Build a Range Slider Component in React with RC-Slider

In this comprehensive guide, we will elaborate how to create a range slider component in React js using the rc-slider package. An RC Slider is a special type of package used in React js to create intuitive user friendly range sliders. RC Slider can be integrated in class based...

Digamber Singh




Creating Scalable and Reusable React Components

In this article, I will discuss a common issue that I have encountered in React applications: the creation of single-use components that lack the versatility and elegance of a truly reusable component. Rather than designing components for specific use cases, it is more benefic...

Aral Roca




JS private class fields considered harmful

Today I am mourning. What am I mourning? Encapsulation. At least in my projects. As a library author, I've decided to avoid private class fields from now on and gradually refactor them out of my existing libraries. Why did I make such a drastic decision?...

JavaScript Kicks




Record Type in TypeScript

The usual way to define a type of an object in TypeScript is using an object type: or an index signature: These are good ways to define object types. But Record , the third approach, has the benefit of being shorter and more readable. Let's see how to use it in your code....

Dmitri Pavlutin




Mastering Arrow Functions in JavaScript: A Comprehensive Guide

Arrow functions are a relatively new feature in the world of JavaScript that allows for a more concise and expressive syntax when writing functions. Since their introduction in ES6 (ECMAScript 2015), arrow functions have become increasingly popular due to their ease of use and...

FardaKarim




What is Hoisting in JavaScript | Hoisting Functions, Variables and Classes

Hoisting is a concept or behavior in JavaScript where the declaration of a function, variable, or class goes to the top of the scope they were defined in. What does this mean? Hoisting is a concept you may find in some programming languages (such as JavaScript) and not in others....

Dillion Megida ๐Ÿš€




Write Better CSS By Borrowing Ideas From JavaScript Functions

Many problems with website layouts happen when we don't write CSS with the same care we'd use when writing a JavaScript function. Let's look at how we can borrow best practices and ideas from writing good JavaScript functions for writing CSS....

Smashing Magazine




Building a WebGL Carousel with React Three Fiber and GSAP

From our sponsor: Connect Design and Development to Deliver Better Customer Experiences with Applitools Centra. Have you ever come across a website with captivating visual effects and interactivity? One such website is alcre.co.kr, created by Eum Ray. It features a carousel th...

Codrops




Optimize Angular bundle size

Angular is a powerful framework for building modern, scalable web applications. However, one of the challenges developers face while building Angular applications is the size of the application bundle. Large bundle sizes can lead to slow page load times and a poor user experie...

sumit kr. singh




Class Component VS Functional Ones in React

In React, components can be broadly classified into two types: Let's take a closer look at each type ๐Ÿ”Ž. Stateful components, also known as "class components", can maintain their own state. They are written as JavaScript classes and can handle user input, respond to events, an...

Vaiz




Function Declaration vs Function Expression

When creating functions, you can use two approaches: declaration and expression. What's the difference? When talking about functions in JavaScript, you would often hear function declarations and function expressions. Though these approaches are almost similar, they have notabl...

Dillion Megida ๐Ÿš€




Flutter and React Native : Everything You Need to Know

Explore the pros and cons of Flutter and React Native, the two most popular cross-platform frameworks, and determine which one is best suited for your next mobile app development project. Read on to discover key differences in performance, development time, community support, ...

In Plain English


Copyright © 2023 Dotnetkicks, LLC, All rights reserved.
You signed up on JSK. These emails are configurable on your account page, or using links at the bottom of each email.

Our mailing address is:
Dotnetkicks, LLC
PO Box 45087
Seattle, WA 98145

Add us to your address book


Want to change how you receive these emails?
You can update your preferences or unsubscribe from this list

Older messages

JSK Daily for Apr 26, 2023

Wednesday, April 26, 2023

JSK Daily for Apr 26, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Introducing self-hosted storage in Airplane, the platform for building custom internal

JSK Weekly - April 26, 2023

Wednesday, April 26, 2023

In JavaScript, there are two types of functions. You have normal functions and arrow functions. But do you know the difference between them? Check out Dillion Megida's "Arrow Functions vs

JSK Daily for Apr 25, 2023

Tuesday, April 25, 2023

JSK Daily for Apr 25, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Introducing self-hosted storage in Airplane, the platform for building custom internal

JSK Daily for Apr 24, 2023

Monday, April 24, 2023

JSK Daily for Apr 24, 2023 View this email in your browser A community curated daily e-mail of JavaScript news Exploring the Top JavaScript Frameworks for Building Microfrontends Choose the ideal

JSK Daily for Apr 21, 2023

Friday, April 21, 2023

JSK Daily for Apr 21, 2023 View this email in your browser A community curated daily e-mail of JavaScript news 5 Fundamental Limits in JavaScript Every Developer Should Know JavaScript is one of the

You Might Also Like

💻 Issue 445 - Deno vs. Oracle: Canceling the JavaScript Trademark

Thursday, November 28, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 445 Release Date Nov 28, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 439 - Google's iOS app now injects links on third-party websites that go to Search

Thursday, November 28, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 439 Release Date Nov 28, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💻 Issue 363 - 7 challenges to do before a React interview

Thursday, November 28, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 363 Release Date Nov 28, 2024 Your weekly report of the most popular React news, articles and projects

💻 Issue 445 - Mastering JavaScript Event Delegation

Thursday, November 28, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 445 Release Date Nov 28, 2024 Your weekly report of the most popular Node.js news, articles and

📱 Issue 442 - Static, Dynamic, Mergeable, oh, my!

Thursday, November 28, 2024

This week's Awesome Swift Weekly Read this email on the Web The Awesome Swift Weekly Issue » 442 Release Date Nov 28, 2024 Your weekly report of the most popular Swift news, articles and projects

💻 Issue 440 - Nio: An Async Runtime for Rust

Thursday, November 28, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 440 Release Date Nov 28, 2024 Your weekly report of the most popular Rust news, articles and projects

Data Science Weekly - Issue 575

Thursday, November 28, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

JSK Daily for Nov 28, 2024

Thursday, November 28, 2024

JSK Daily for Nov 28, 2024 View this email in your browser A community curated daily e-mail of JavaScript news Top Linters for JavaScript and TypeScript: Simplifying Code Quality Management Linters are

🦃 iPhone Camera Features Most People Ignore (But Shouldn't) — How to Avoid Overpriced BF Deals

Thursday, November 28, 2024

Also: Nobody Likes Doing Chores Until They're in a Video Game, and More! How-To Geek Logo November 28, 2024 Did You Know You may refer to the general area as just your "ear", but the

Daily Coding Problem: Problem #1622 [Hard]

Thursday, November 28, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Given an integer k and a string s, find the length of the longest substring that