DEV Community

Cover image for 10 interesting packages for Svelte.
Deotyma
Deotyma

Posted on

7 4

10 interesting packages for Svelte.

Today we have a weekend so I would like to show some npm packages for Svelte:

1) Formula - This is a package to create forms with svelte:
Formula

2) Do you want to create a drag and drop application? Now It's easy?
svelte-dnd-action

3) Sometimes we need a map in an application, but GoogleMaps can quickly be very expensive, so this is a solution:
leaflet

4) How to document a Svelte application? This package will help you:
svelte-docs

5) Do You want to build an application for smartphones? Nothing easier:
svelte native
And here there is a tutorial on how to use it:
How svelte native works

6) Do You want to use a typewriter effect in your app? So this is an answer:
svelte-typewriter

7) Maybe you want to speak with your app? Why not:
svelte-speech-recognition

8) Sometimes it is easier to have some elements ready to use:
Fluent svelte

9) Modals are not always easy to create...
svelte-modals

10) And now confetti...
svelte-confetti

This is some interesting packages (confetti is my favorite) for this weekend.

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (1)

Collapse
 
theether0 profile image
Shivam Meena

There are some new additions like: svelte UI

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay