|
|
|
|
|
by franky47
977 days ago
|
|
Great job! A couple of pointers for UX improvement: - Animations look nice, but don't abuse them. Eg: on the Exchanges page, animating the tab switches between Spot & Futures makes it difficult to focus on the actual values. - Your "share" feature could use a way to restore table filters/sorts based on the URL query. I have recently released a library that helps with that in Next.js: https://github.com/47ng/next-usequerystate |
|
1. Yeah, I was thinking they may be too much sometimes. What would you recommend for switching animation? Simply fading?
2. That's a nice library, already starred it. How does it work with SEO? Won't Google complain that they are non-indexed pages?