- Realtime sub-second crypto price data
- Price history charts
- Updated live
- Holdings sorted by total value
- Full crypto list sorted by volume 30d
- Total combined asset value displayed at top
- Buy/sell buttons for fast trading
- 0 race conditions
- All values including computed values guaranteed consistent and fresh
- Zero overfetching
- Animated live price on asset detail page
- No forms, because they would only make an awkward and slow user experience
git clone https://github.com/ntucker/bluefin.git
corepack enable
yarn installWith Visual Studio Code, simply press F5 to start the development server and browser.
yarn startCtrl+shift+B in Visual Studio Code
yarn buildyarn start:serveryarn build:analyzeRun with React Profiler:
yarn build:profileyarn pkgcheck