UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

10 lines (8 loc) 171 B
import React, {Component} from 'react' export default class extends Component { render() { return <div> <h2>Welcome to React components</h2> </div> } }