Hacker News new | ask | show | jobs
by tracker1 2771 days ago

    import React from 'react';

    export default ({name}) => <p>Hello {name}</p>;
So much nicer than Angular.