#How can I use Remix with Million.js?
1 messages · Page 1 of 1 (latest)
It seems like million js doesn’t support SSR so you’ll need to make sure you’re in the client
I understand the library is supposed to be faster. But I have to wonder how useful it is when it only works on state less components. The second you useState you can no longer use it as a million component
Here's an example of how it compares to React, you can simply map an array using the For /> component or pass anything you want using props but use React hooks in the parent React component https://stackblitz.com/edit/react-1km67h?file=src%2Findex.js
I suppose there are a lot of string components where it works and feels fine. Cause eventually toward the bottom it’s gonna be a stateless component. It just feels like an extra hurdle to squeeze out performance where you may not need to really care about it