Skip to content

Instantly share code, notes, and snippets.

@aakashns
Created October 27, 2015 20:34
Show Gist options
  • Select an option

  • Save aakashns/105230bb1c3e5f2a2d9c to your computer and use it in GitHub Desktop.

Select an option

Save aakashns/105230bb1c3e5f2a2d9c to your computer and use it in GitHub Desktop.
Example usage of Name on Web
import React from 'react';
import ReactDOM from 'react-dom';
import NameBase from '../shared/Name';
import NameViewWeb from './NameViewWeb';
var Name = NameBase(React);
ReactDOM.render(
<Name view={NameViewWeb} />,
document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment