Building a Block Styles Manager - Episode 3

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 7

  • @deryckoe84
    @deryckoe84 10 หลายเดือนก่อน +2

    Hey Brian. I am closely following the progress you are making with this project. I find it very interesting and useful. I have never used Redux and this could help me understand it better, if applied to an example that makes sense to me. Any tips for getting started with Redux? Keep it up. Great job!

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน +1

      Hey! So I started by reading this here: developer.wordpress.org/block-editor/reference-guides/packages/packages-data/
      Then I think I followed some links on it that take you to the actual Redux documentation. I plan on doing a video on it but if I'm being honest I just don't understand it deeply enough yet.

    • @deryckoe84
      @deryckoe84 10 หลายเดือนก่อน +1

      ​@@BrianCoords Thanks for sharing. It's a starting point. Regarding you not understanding it in depth, don't feel bad. I think it's very common. React is "special" 😉.

  • @hujth6
    @hujth6 10 หลายเดือนก่อน

    amazing, realy inspiring.
    is there a github repo that can be followed to see the progress?

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน

      I'm hoping to publish the repo by the next episode - for now the code is still pretty messy.

  • @sjf29
    @sjf29 10 หลายเดือนก่อน

    What about a transparent modal?
    class {
    opacity: 0.5;
    }

    • @BrianCoords
      @BrianCoords  10 หลายเดือนก่อน +1

      So I ended up moving the interface entirely into the sidebar- video update will come as soon as I get home from WordCamp Phoenix.