Found 185 bookmarks
Newest
Common Beginner Mistakes with React
Common Beginner Mistakes with React
I used to teach React at a local coding bootcamp, and I noticed that students kept getting tripped up by the same handful of things. In this article, we're going to go through 9 of the most dastardly gotchas. I'll show you how to solve these common problems, so you can avoid a lot of potential frustration!
·joshwcomeau.com·
Common Beginner Mistakes with React
Making Sense of React Server Components
Making Sense of React Server Components
This year, the React team unveiled something they've been quietly researching for years: an official way to run React components exclusively on the server. This is a significant paradigm shift, and it's caused a whole lot of confusion in the React community. In this tutorial, we'll explore this new world, and build an intuition for how it works, and how we can take advantage of it.
·joshwcomeau.com·
Making Sense of React Server Components
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source. - GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effecti...
·github.com·
GitHub - gibbok/typescript-book: The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source.
Why not React?
Why not React?
REACT FANS DON’T LOOK: A formerly-internal analysis around fitting a ≥44.5kB framework in a 20kB bag.
·dev.to·
Why not React?
Another way React Breaks HTML
Another way React Breaks HTML
Unsuspecting react users may come to believe that web components break react, but the truth is - as usual - exactly the opposite. Despite the superficial similarity to HTML, react's JSX language breaks the web platform's powerful native slot element.
·bennypowers.dev·
Another way React Breaks HTML
Preact vs. React | Syncfusion Blogs
Preact vs. React | Syncfusion Blogs
Preact is an enhanced version of React for developing faster, lightweight applications. Learn from this article the difference between Preact and React.
·syncfusion.com·
Preact vs. React | Syncfusion Blogs
Differences to React – Preact Version 8
Differences to React – Preact Version 8
Preact itself is not intended to be a reimplementation of React. There are differences. Many of these differences are trivial, or can be completely removed by using preact-compat, which is a thin la
·preactjs.com·
Differences to React – Preact Version 8
TypeScript Generics – Use Case and Examples
TypeScript Generics – Use Case and Examples
In this tutorial, you'll learn the basics of generics in TypeScript. We'll discuss how to use them and when they're useful in your code. Use Case for Generics Let's start with a simple example, where you want to print the value of an argument passed: function printData(data: number) {
·freecodecamp.org·
TypeScript Generics – Use Case and Examples
Understanding and using interfaces in TypeScript - LogRocket Blog
Understanding and using interfaces in TypeScript - LogRocket Blog
Editor’s note: This post was updated on 9 September 2022 to provide general updates to the content and include information about callable interfaces and using interfaces in Angular. ​​TypeScript has taken the JavaScript world by storm, allowing teams to work smarter by adding robust typing features. These typing features allow our code to be more descriptive […]
·blog.logrocket.com·
Understanding and using interfaces in TypeScript - LogRocket Blog
FREE TypeScript course for JavaScript developers
FREE TypeScript course for JavaScript developers
A FREE TypeScript course for JavaScript developers. Covers beginner topics through to advanced and has quizzes in each module to reinforce knowledge. By the end of the course you will be well on your way to becoming an expert in TypeScript!
·learntypescript.dev·
FREE TypeScript course for JavaScript developers
Fighting inter-component HTML bloat
Fighting inter-component HTML bloat
The separation of concerns we aim for in design systems has an unwanted byproduct: bloated HTML in the space between components. What can we do as component authors to encourage good markup hygiene at the inter-component level?
·elisehe.in·
Fighting inter-component HTML bloat
React
React
The library for web and native user interfaces
·react.dev·
React