6 Svelte Packages You Should Know - Weekly Svelte

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • 0:13 sveltable.io/
    2:57 github.com/cha...
    4:00 github.com/ome...
    5:00 github.com/unt...
    8:00 github.com/pab...
    11:00 BONUS github.com/lev...
    Sign up for Level Up Tutorials
    leveluptutorial...
    Join our Discord
    / discord

Комментарии • 18

  • @almazingsk8er
    @almazingsk8er 2 года назад +9

    Sveltable has been so useful and is a great addition to the community! So glad you got to cover it here.

  • @behnamesmaili9916
    @behnamesmaili9916 Год назад

    Hero of my day. I was so looking forward to see a data table svelte community deserve.

  • @valentinpy1256
    @valentinpy1256 2 года назад +3

    The svelte's toolbox keep getting bigger, always a pleasure watching your videos!

  • @stasoline
    @stasoline 2 года назад +1

    Reallty appreciate these weekly walkthrough. Been struggling with finding a good form library and the Felte syntax just looks so clean, love it!

  • @tedspens
    @tedspens 2 года назад +3

    Those are some excellent packages! I'll be using SvelTables a lot, especially for the sorting features. I totally agree about the barebones styling. Felt forms looks pretty awesome too. Can't wait to try it out. Thanks! :)

  • @cuongngo9670
    @cuongngo9670 2 года назад +3

    Love sveltable! Such a great tool to add to the ecosystem!

  • @mmmike3426
    @mmmike3426 2 года назад +2

    Loving these videos!! Now if only I could convince work to use Svelte in prod 🤔

  • @robinmunn
    @robinmunn 2 года назад +1

    Not trying to make fun of a typo - I know they happen - but... Mach 2022? Wow, Svelte is even faster than I thought! *grin*

  • @brandonbowers3703
    @brandonbowers3703 2 года назад +3

    Sveltable looks so good.

  • @atouchofa.d.d.5852
    @atouchofa.d.d.5852 2 года назад +2

    This is awesome

  • @CMDerobertis
    @CMDerobertis 2 года назад +2

    good stuff scott :D

  • @workflowinmind
    @workflowinmind 2 года назад

    Thanks!
    Svetable is broken on my end. Resizing columns tigger sorting, can't change those emoji easily, to style it you must add !important everywhere...

  • @moneyharry
    @moneyharry Год назад

    You make good content, why are you not getting more views?

    • @syntaxfm
      @syntaxfm  Год назад +1

      I stopped publishing to RUclips for a few years. Recently came back. Most of my content is now on leveluptutorials.com

    • @moneyharry
      @moneyharry Год назад

      @@syntaxfm You're doing good work.

  • @DanielRios549
    @DanielRios549 2 года назад

    I feel Felte too simple that it was almost the same of using FormData, at least with the examples. Sveltable I really like, it will be perfect for a feature I want to create for a project

  • @marekbee
    @marekbee 2 года назад

    I may have a stupid question, but….
    How to style sveltable?….
    I tried to use :global(.SvelTableCell) {...} without success. Event applying global text color doesn't work. Am I missing something?

    • @workflowinmind
      @workflowinmind 2 года назад

      I solved that by using !important everywhere, I hope there is a better way...