DEV Community
dev.to › k_ivanow › simplify-chrome-extension-development-add-react-without-cra-5h4c
Simplify Chrome Extension Development: Add React without CRA - DEV Community
September 23, 2024 - You can find the Chrome extension’s manifest.json full documentation here. ... Since we’re not using React yet, the popup will be simple and handle basic DOM interactions.
Videos
14:30
Beginner Tutorial: Build a Chrome Extension with React - YouTube
23:30
The Best React Helper Tool - React Dev Tools Tutorial - YouTube
09:38
Create a Chrome Extension with React and Webpack - YouTube
31:19
I built a Chrome extension(in React) to be more productive ...
43:50
Build a TODO VSCode extension using React.js - YouTube
13:57
15 Must-Have VS Code Extensions for React & React Native Developers ...
Prettier
prettier.io
Prettier · Opinionated Code Formatter · Prettier
styled-components 💅 · Lightning Web Components (LWC)
Remix
remix.run
Remix - A Full Stack Framework Built on Web APIs
We've now merged Remix's features directly into React Router. If you're looking for a full stack, React-based framework built on Web APIs, check out React Router.
Model Context Protocol
modelcontextprotocol.io › extensions › apps › overview
MCP Apps - Model Context Protocol
The examples directory includes starter templates for React, Vue, Svelte, Preact, Solid, and vanilla JavaScript. These demonstrate recommended patterns for each framework’s system, but they’re examples rather than requirements. You can choose whatever works best for your use case. MCP Apps is an extension to the core MCP specification.
Wxt
wxt.dev
Next-gen Web Extension Framework – WXT
WXT provides the best developer experience, making it quick, easy, and fun to develop web extensions. With built-in utilities for building, zipping, and publishing your extension, it's easy to get started.
Codecademy
codecademy.com › article › react-devtools-tutorial
How to Use React Developer Tools (With Example) | Codecademy
React DevTools (also known as React Developer Tools) is a well-known browser extension that adds React-specific inspection capabilities to our standard browser DevTools.
Reactsight
reactsight.com
React Sight
Install React Sight from the Chrome web store. For local projects, check 'Allow access to file URLs' on the extensions page
Visual Studio Marketplace
marketplace.visualstudio.com › items
React Extension Pack - Visual Studio Marketplace
Extension for Visual Studio Code - Popular VS Code extensions for React development.
Mozilla Add-ons
addons.mozilla.org › en-US › firefox › addon › react-devtools
React Developer Tools – Get this Extension for 🦊 Firefox (en-US)
February 7, 2025 - React Developer Tools is a tool that allows you to inspect a React tree, including the component hierarchy, props, state, and more. To get started, just open the Firefox devtools and switch to the "⚛️ Components" or "⚛️ Profiler" tab.
Reddit
reddit.com › r/vscode › what are your favorite vscode extensions for react developers?
r/vscode on Reddit: What are your favorite VSCode extensions for React developers?
November 25, 2024 -
VSCode is my go-to editor, and I’m curious about what extensions other React developers find indispensable. Do you have any recommendations for productivity, code formatting, or debugging?
Top answer 1 of 4
4
I don’t use too many, but ones I use professionally that are pretty much required: Eslint, Prettier, GitLens. Auto Rename tag is really great for React, colorize is great if you have a lot of hardcoded colors. Rainbow CSV is another I find myself always installing because it helps visualize CSVs that I use.
2 of 4
2
for my more react specific ones: Object to jsx css to js very smart select toggle quotes node require github copilot (does so much now)