Coder Social home page Coder Social logo

Comments (9)

zabojad avatar zabojad commented on May 28, 2024

Sorry for mis-posting this issue. I just remembered the README note:

Known limitations:

you can't include double quotes in an expression assigned to an attribute. Eg. <div className=${state.selected?"selected":""}>

from haxe-react.

elsassph avatar elsassph commented on May 28, 2024

The problem here is different from the limitation the readme indicates.

You are trying to use Haxe string interpolation inside an attribute value, while in a jsx expression, Haxe string interpolation is really an alternative to React's regular {} syntax, and you can't use those inside an attribute value:
http://stackoverflow.com/questions/21668025/react-jsx-access-props-in-quotes

from haxe-react.

zabojad avatar zabojad commented on May 28, 2024

It seems to me to be an odd limitation but OK, thanks for the explanation...

I'm just starting to use React on a little poc so I might report one or two issues that are actually not haxe-react issues. I apologise in advance ^^...

from haxe-react.

elsassph avatar elsassph commented on May 28, 2024

Yes this follows React, but your right maybe we could eventually be smarter and support string interpolation in attributes... Maybe when we'll improve our parser.

from haxe-react.

zabojad avatar zabojad commented on May 28, 2024

I guess that was not supposed to be addressed by the #20 as this is still not possible using this branch...

from haxe-react.

zabojad avatar zabojad commented on May 28, 2024

Perhaps it would be easy to support just haxe string interpolation first (with $). It would be a plus to do JSX with haxe vs without haxe... Or is it a bad idea to make this step out from the JSX specifications ?

from haxe-react.

elsassph avatar elsassph commented on May 28, 2024

Yeah I need check if we can still use Haxe string interpolation after the transformation...

from haxe-react.

elsassph avatar elsassph commented on May 28, 2024

May be confusing ultimately.

from haxe-react.

elsassph avatar elsassph commented on May 28, 2024

Note, this works: return jsx('<li id=${'item-${entry.id}'}/>');

from haxe-react.

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.