Hello everybody, Daniel here!

We’re excited to be back with some new updates that we believe the community will love!

🛠️ Code Refactoring and Optimization

The first thing you’ll notice here is that Linkwarden is now faster and more efficient.[^1] And also the data now loads a skeleton placeholder while fetching the data instead of saying “you have no links”, making the app feel more responsive.

Image

🌐 Added More Translations

Thanks to the collaborators, we’ve added Chinese and French translations to Linkwarden. If you’d like to help us translate Linkwarden into your language, check out #216.

Image

[^1]: This took a lot more work than it should have since we had to refactor the whole server-side state management to use react-query instead of Zustand.