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

Key phrases

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

When accelerator dreams become company nightmares

Thursday, May 2, 2024

Plus: Illinois gives Rivian incentives and AI is not SaaS View this email online in your browser By Christine Hall Thursday, May 2, 2024 Hello, and welcome back to TechCrunch PM. We have a great lineup

📱 Issue 409 - Claude Team plan and iOS app

Thursday, May 2, 2024

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

💻 Issue 415 - Hotel WiFi JavaScript Injection (2012)

Thursday, May 2, 2024

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

💎 Issue 415 - Choosing the Right Audit Trail Approach in Ruby

Thursday, May 2, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 415 Release Date May 02, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 408 - Speeding up C++ build times

Thursday, May 2, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 408 Release Date May 02, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 415 - Ditch dotenv: Node.js Now Natively Supports .env File Loading

Thursday, May 2, 2024

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

💻 Issue 333 - React 19 Beta

Thursday, May 2, 2024

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

📱 Issue 412 - The Composable Architecture: My 3 Year Experience

Thursday, May 2, 2024

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

💻 Issue 410 - Lessons learned after 3 years of fulltime Rust game development, and why we're leaving Rust behind

Thursday, May 2, 2024

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

📺 How to Stop Any Smart TV From Spying On You — Single Player Games That Are Fun With Friends

Thursday, May 2, 2024

Also: Alienware's Latest Gaming Laptop is Great For Work, and More! How-To Geek Logo May 2, 2024 Did You Know The voice actors behind Mickey and Minnie Mouse throughout the 1980s, 1990s, and most