What's new in Bootstrap Studio 7

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 17

  • @TheNicksfavs
    @TheNicksfavs 8 годин тому +3

    Thanks for continuing to maintain and update this application. It's a fantastic application.

  • @eealliance5997
    @eealliance5997 8 годин тому

    Thank you for this update.

  • @jeremyye9991
    @jeremyye9991 3 години тому

    Excellent update content. I hope the official team can release more beginner tutorials. I'm just a designer and not familiar with web coding.

  • @MrChrisHackwood
    @MrChrisHackwood 11 годин тому +2

    Fantastic update 👏👏 I’m sure many will make good use of the blog feature as been a long sought after addition.

  • @hakim_jazuli
    @hakim_jazuli 6 годин тому

    the unlink area is definitely nice.
    this can effectively be used as "component base architecture", for reactivity I can just handle it with js.
    thx bss dev team.

  • @qwaszx2
    @qwaszx2 8 годин тому

    The killer feature was being able to import HTML pages into components. It save hours. Thanks. This a big step forward too.

  • @CodeMom
    @CodeMom 11 годин тому +1

    Awesome 👏🏽 👏🏽👏🏽

  • @CharlyDS
    @CharlyDS 6 годин тому

    Amazing. The blog loop-from-files is great, takes it to a static generator level but visually. More integration between elements (onclick etc) and JavaScript would be awesome but not sure how that would work. Alpine support too, imagine all the power as you integrate your markup with it.

  • @GoatNews
    @GoatNews 10 годин тому +5

    I mostly write my own code since there doesn't really appear to be anyway to integrate this with a bootstrap page that ends in .php but I purchased it anyway to show support!

    • @hakim_jazuli
      @hakim_jazuli 6 годин тому

      actually there are way to incorporate bss in php backend...
      1) however you need either to make a custom export script, mainly shell or bash...
      or uses library to watch your export folder...
      wich in turn to code split the html into your php...
      I have a working library, however I still not document/put enough example for it to effectively be used by other people...
      but you are very welcome to try...
      npm i @html_first/html_scrambler
      2) uses bootstrap generated website as static assets, and uses your php backend as api server...

  • @danilocruz86
    @danilocruz86 11 годин тому

    Que excelente notícia, obrigado 🎉

  • @АндрейГололобов
    @АндрейГололобов 10 годин тому +3

    I want to see how to build web site full tutorial with all function.

    • @eealliance5997
      @eealliance5997 8 годин тому

      When I first purchased it, i hardly could find my way around. You learn by doing, pick any template and start tweaking.

  • @naim_molla24
    @naim_molla24 12 годин тому

    wow❤️

  • @naimur634
    @naimur634 9 годин тому

    Bring tailwind studio, 😅, as tailwind taking place of bootstrap.

    • @UeharaKeitaro上原恵太郎
      @UeharaKeitaro上原恵太郎 3 години тому +1

      No. Tailwind sucks

    • @HikaruAkitsuki
      @HikaruAkitsuki Годину тому

      Tailwind is only is beneficial in React JS related Frameworks because if you used React with Tailwind, you only managed component in single JSX/TSX files. But if you gonna use it in regular HTML file, you just torturing yourself. HTML and Tailwind is the worst match.