threepointone / rakt

fast websites, by default
291 stars 12 forks source link

use specific named export instead of default #8

Open threepointone opened 7 years ago

threepointone commented 7 years ago

maybe like

<Route path='/user/:id' module='./user.js' export='Profile' />

expecting data fetching etc to work as expected