from my understanding we could save ~1.5gb of ram for our build
i should probably try building our project with rolldown-based vite
from my understanding we could save ~1.5gb of ram for our build
i should probably try building our project with rolldown-based vite
we'll probably use import maps in the future to make it even more seamless but its good enough for now
we'll probably use import maps in the future to make it even more seamless but its good enough for now
the entire thing is hand-rolled and probably makes sense only inside the company
the entire thing is hand-rolled and probably makes sense only inside the company
it can also declare npm deps. if the consumer uses same version great, if not we get a duplicate and move on with our life
it can also declare npm deps. if the consumer uses same version great, if not we get a duplicate and move on with our life
basically having a single dependency version for us is close to impossible
basically having a single dependency version for us is close to impossible
as long as the react team keeps ignoring state management story in react and keeps adding more memoisation performance will stay subpar
as long as the react team keeps ignoring state management story in react and keeps adding more memoisation performance will stay subpar
update performance is still important though, b2b style apps suffer heavily from react state management and one of the best things we do is migrating all the state outside of react
update performance is still important though, b2b style apps suffer heavily from react state management and one of the best things we do is migrating all the state outside of react