4. Gutenberg from Scratch: How to Create and Set Attributes

Sdílet
Vložit
  • čas přidán 9. 09. 2024

Komentáře • 19

  • @nullv01d
    @nullv01d Před 5 lety

    I couldn't sleep then I got a notification from you. I guess it's time to learn something new.

  • @kamalhines
    @kamalhines Před 5 lety

    I Live for moments like these... :-)

  • @EgorDemeshko
    @EgorDemeshko Před rokem

    till for now very good lessons. after 4 years, i geuss docs is much clear and infomative, but for absolutly new commer very difficult to undestand, i guess in guttenberg intro should be written with big letters that it's not meant to used as plugin builder. on it's own)

  • @morganbaker6894
    @morganbaker6894 Před 5 lety +4

    Another great video, but I wonder what the future holds for WP because the development process feels so disjointed and the number of problems means they will always be playing catch-up and developers will leave it behind for something more polished. What you have been posting is very valuable, but I find it odd that a setup as large as WP could not get this right and developers have to rely on 3rd parties to gain knowledge instead of the useless official documentation.
    I was originally in Gutenberg's corner, but over the past couple of months and working with it on live builds we see it is slowing down the development process massively. Plus, feedback from clients has not been great either. The next year feels like it could be a make or break in terms of using it and investing more development time into it.

    • @timabpw
      @timabpw Před 5 lety +1

      In my opinion a lot of wp developers (who making themes and also selling it) want something like Gutenberg already 2 years. Thats why "some" plugins can already do what gutenberg do. People need blocks for better custom markup. 8 years ago web developers do not thinking about mobile first and adaptive. Now nobody want just a website. all people want it on mobile phones also. So in my opinion all development in the future will take more time than now.

  • @ytech6839
    @ytech6839 Před 2 lety

    Always Remember to stand on right directory ,
    here from the future

  • @jordanmalfara1501
    @jordanmalfara1501 Před 5 lety

    Awsome tutorial!

  • @IacopoCutino00
    @IacopoCutino00 Před 4 lety +2

    This series should be renamed "Gutenberg: developers worst nightmare"...
    I lost count how many time you said "This is weird"....

  • @qoraicheyassine6452
    @qoraicheyassine6452 Před 3 lety

    Thanks

  • @LaurenceBahiirwa
    @LaurenceBahiirwa Před 5 lety

    Looking forward to seeing how to set up new attributes in the existing blocks. Extensions to say. How is the progress on continuous integration? This is a raised issue, any plans changes will be made?

  • @rifatislam6503
    @rifatislam6503 Před 5 lety

    You are amazing. I like you video. :)

  • @md.uzzaltalukder2329
    @md.uzzaltalukder2329 Před 5 lety

    All tutorial are done good. why not laravel. I like most laravel bcz your laravel tutorial are good. I'm waiting for your laravel tutorial. Please continue your laravel tutorial.....please, pleasee...pleaseeeeee.............

  • @m1scaelskvarftz
    @m1scaelskvarftz Před 5 lety

    If i set the background color of a Gutenberg paragraph. Is there anyway to get the color value in my php code? something along the lines of:
    $blocks = get_guten_blocks(); $paragraph = $blocks[0]->paragraphs[0]; $color = $paragraph->background_color
    The code is just to explain what I want to get. Probably doesn't exist anything like that.. ?

  • @bjornzschernack7653
    @bjornzschernack7653 Před 2 lety

    Can we look at the setAttributes function as equivalent to setState?

    • @ontheruntonowhere
      @ontheruntonowhere Před 2 lety

      I'm just digging into this, but I think that's true, if somewhat magical. The attributes property object is basically your state, but you only have to declare the object itself. You get setAttributes() passed to your edit method for free.

  • @steelpanwives6425
    @steelpanwives6425 Před 3 lety

    Can I ask, I have a gulp file with a watch task. Can I run this from a watch task?

  • @christopherkarlsson4919
    @christopherkarlsson4919 Před 3 lety +1

    Say "but whatever" again, I dare you!

  • @yaroslavnovichkov6736
    @yaroslavnovichkov6736 Před 4 lety

    Who is still watching in 2019?

  • @marcindomanski5654
    @marcindomanski5654 Před 5 lety

    Maybe I dont see something, but this looks like mess :(