Skip to content

Instantly share code, notes, and snippets.

@lomse
Created August 27, 2019 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lomse/2457f9d40102a0e746618b94974ddb88 to your computer and use it in GitHub Desktop.
Save lomse/2457f9d40102a0e746618b94974ddb88 to your computer and use it in GitHub Desktop.
App.tsx file for todos app with react hooks, typescript and redux
import * as React from "react";
const App: React.FC = () => (
<div>Hello World!</div>
);
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment