simple-jsx-react

1.1.1 • Public • Published

A simple CLI tool for creating a basic React app

Installation

npm i simple-jsx-react --save

Usage

Init app

npx simple-jsx-react APP-NAME
cd APP-NAME

Run code

npm run dev

ESM Usage

I have included a jquery-like way of selecting elements in the dom

Import

import $ from "simple-jsx-react"

Usage

const body = $("body");
const root = $("#root");
const buttons = $("button");
const containers = $(".containers");

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.11latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.11
1.1.00
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i simple-jsx-react

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

2.74 kB

Total Files

3

Last publish

Collaborators

  • froggythegamer