React

React

185 bookmarks
Newest
How we rebuilt Next.js with AI in one week
How we rebuilt Next.js with AI in one week
One engineer used AI to rebuild Next.js on Vite in a week. vinext builds up to 4x faster, produces 57% smaller bundles, and deploys to Cloudflare Workers with a single command.
·blog.cloudflare.com·
How we rebuilt Next.js with AI in one week
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
As well as testing the core functionality of your code with regular tests, you can use automated tools to test that your app or website has good accessibility. In this post, I will explain how and what tools you can use, and why manual testing is still essential...
·howtotestfrontend.com·
Automated Accessibility Testing for React - Tools and Best Practices you can use | How To Test Frontend
Dice UI
Dice UI
Accessible shadcn/ui components built with React, TypeScript, and Tailwind CSS. Copy-paste ready, and customizable.
·diceui.com·
Dice UI
Visual Types
Visual Types
Interactive visualizations of TypeScript concepts. Behold pretty colors.
·types.kitlangton.com·
Visual Types
TypeScript Tutorial
TypeScript Tutorial
This TypeScript tutorial helps you master TypeScript. You'll learn the ins and outs of TypeScript programming.
·typescripttutorial.net·
TypeScript Tutorial
Mantine
Mantine
·mantine.dev·
Mantine
9ui
9ui
Beautiful, customizable components built with Base UI and Tailwind CSS.
·9ui.dev·
9ui
How to use SVGs in React - LogRocket Blog
How to use SVGs in React - LogRocket Blog
Learn how to use or render an SVG image on a React webpage, the pros and cons, and using components like img and svg.
·blog.logrocket.com·
How to use SVGs in React - LogRocket Blog
My sales pitch for TypeScript
My sales pitch for TypeScript
Roughly, TypeScript is JavaScript plus type information. The latter is removed before TypeScript code is executed by JavaScript engines. Therefore, writing and deploying TypeScript is more work. Is that added work worth it? In this blog post, I’m going to argue that yes, it is. Read it if you are skeptical about TypeScript but interested in giving it a chance.
·2ality.com·
My sales pitch for TypeScript