Skip to content

Instantly share code, notes, and snippets.

View seniorjoinu's full-sized avatar
🎯
Focusing

Alexander Vtyurin seniorjoinu

🎯
Focusing
View GitHub Profile
@croaky
croaky / App.tsx
Last active July 25, 2021 19:55
Parcel + TypeScript + React
import * as React from 'react'
// routing, etc.
import { Reset } from '~/ui/shared/Reset'
export class App extends React.Component {
public render() {
return (
<div>
<title>Dashboard</title>