UNPKG

@clipped/plugin-react

Version:

React plugin for clipped

9 lines (5 loc) 177 B
import React from 'react' import {hot} from 'react-hot-loader' const title = 'Hello React from Clipped!' const App = () => <div>{title}</div> export default hot(module)(App)