Email or username:

Password:

Forgot your password?
Alex Gleason
Today's mission: merge Soapbox building with Vite, finally. This will make the build 2x faster and the devserver 6x faster.

Thanks everyone who tried the Ditto demo and reported bugs. They are actually bugs in Soapbox rather than in Ditto for the most part, with my half-assed Nostr implementation. But before I hack on Soapbox again I want to make the developer experience more tolerable.
1 comment
Alex Gleason
I also tried keeping Webpack and switching to Bun with no other changes. This made the build 10s slower. However it made installing packages like 100x faster (not an exaggeration).

The ultimate gamer move will be to use Bun + Vite down the line, but currently Bun does not support Vite's hot reloading and Vite does not use Bun's streamlined bundler yet. However, it is planned.
Go Up