SkillAgentSearch skills...

Html2React

A simple Visual Studio Code plugin that converts html text to React JSX.

Install / Use

/learn @PB2204/Html2React

README

Convert HTML to React JSX

A simple Visual Studio Code plugin that converts html text to React JSX.

Just ctrl + shift + P -> Convert HTML to React JSX in the document you want to edit and run it.

Html2React

How does it work

It simply replaces html tags with React ones.

Here's the current list:

var mapObj = {
  "class=": "className=",
  "for=": "htmlFor=",
  "-rule": "Rule",
  "stroke-l": "strokeL",
  "stroke-w": "strokeW",
  "<!--": "{/*",
  "-->": "*/}",
  tabindex: "tabIndex",
};

Open a pull request to add missing rules.

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks4

Languages

JavaScript

Security Score

80/100

Audited on Jul 25, 2024

No findings