import React from 'react' // Example of using paths alias via tsconfig.json to easily re-use legacy code // Also, use TypeScript and JavaScript interchangeably. import aliasExample from '@myPathAlias/component' export default () => (

This is what we're all about.

React, static sites, performance, speed. It's the stuff that makes us tick.

{aliasExample}
)