Git Product home page Git Product logo

Comments (5)

lots0logs avatar lots0logs commented on September 16, 2024

An example with this.props.attrs would be awesome.

I'm not sure what you mean? 3P Modules do not have access to this.props.attrs because its contents is hoisted up into this.props.

How are you using the WP object with JSX?

Could you provide more details? What is it exactly you are wondering how to accomplish?

How are you using the WP object with JSX?

Yes and no. We do use them but not consistently. We've found that they don't make much of an impact on our development workflow. More often than not they are a chore.

from create-divi-extension.

odoremieux avatar odoremieux commented on September 16, 2024

In several places in bundle.js there is
this.props.attrs.module_class
this.props.attrs.text_orientation
this.props.attrs.module_id
this.props.attrs.admin_label
this.props.attrs.title
this.props.attrs.content

so I'm wondering how you assign attrs to this.props

from create-divi-extension.

lots0logs avatar lots0logs commented on September 16, 2024

I see. Well, as I explained above, that is not exposed to 3rd party modules. All the attrs are available to you under this.props.

from create-divi-extension.

odoremieux avatar odoremieux commented on September 16, 2024

So how are you getting the page title or permalink from a page_id in JSX?
Like the equivalent of get_the_title($page_id), get_permalink($page_id) ?

from create-divi-extension.

lots0logs avatar lots0logs commented on September 16, 2024

We send that data down when the builder loads using wp_localize_script(). We're planning to expose that data via the API as part of addressing #23

from create-divi-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.