1.2.0 • Published 5 years ago

grind-jsx v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Grind JSX

Grind JSX is a thing. Gonna put info here soon and make a readme that doesn't suck. Also to be fair, this is WIP AF at this point.

Installation

You should know this. If not though, it's npm install grind-jsx.

Usage

Migrating React Components

/* @jsx grind */

import grind from 'grind-jsx';

const TestComponent = props => {
    return <div className="TestComponent" />
};

export default TestComponent;

Render In React Component

import { renderIn } from 'grind-jsx';

useEffect(() => {
    renderIn(ref.current, TestComponent, props);
});
1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago