https://linen.dev logo
Join Discord
Powered by
# react
  • a

    ambitious-knife-25690

    03/31/2021, 11:45 PM
    klabz, how out of sync is your react stuff (inc material-ui) with the github
  • a

    ambitious-knife-25690

    03/31/2021, 11:46 PM
    i was just randomly browsing the recent changes on haxelib and saw that lol
  • u

    user

    04/01/2021, 6:31 AM
    Uh?
  • u

    user

    04/01/2021, 6:31 AM
    material-ui is mostly up to date with version 4.x
  • u

    user

    04/01/2021, 6:32 AM
    I don't understand the question for the rest x)
  • u

    user

    04/01/2021, 6:32 AM
    I just fixed ES6 generation for react-next (for recent nightlies / next haxe 4.2.x release), need to check genes too when I have time
  • u

    user

    04/01/2021, 6:44 AM
    haxelib and github should be pretty much in sync
  • u

    user

    04/01/2021, 3:05 PM
    @ambitious-knife-25690 ↑
  • a

    ambitious-knife-25690

    04/01/2021, 3:05 PM
    Ahh sorry, i missed a word in my original question
  • a

    ambitious-knife-25690

    04/01/2021, 3:05 PM
    The update on haxelib references a gitlab repo instead of a github
  • a

    ambitious-knife-25690

    04/01/2021, 3:05 PM
    so i was confused when i saw that
  • u

    user

    04/01/2021, 3:06 PM
    Oh xD yeah it was hosted on both but maybe at some point I stopped updating the gitlab one x)
  • u

    user

    04/01/2021, 3:06 PM
    I think that's when I changed computer or something
  • a

    ambitious-knife-25690

    04/01/2021, 3:07 PM
    oh i see, so the material ui from github is still the main source?
  • u

    user

    04/01/2021, 3:07 PM
    yep
  • a

    ambitious-knife-25690

    04/01/2021, 3:07 PM
    coolsies!
  • a

    ambitious-knife-25690

    04/01/2021, 3:07 PM
    tyty
  • u

    user

    04/01/2021, 3:08 PM
    https://github.com/kLabz/haxe-material-ui/commit/3553b3b9b18aa547b747845b6ac9c1e9b66e269b :P
  • u

    user

    04/01/2021, 3:08 PM
    Should be fine starting next version
  • u

    user

    04/01/2021, 3:12 PM
    Updated the gitlab one just in case (and yeah, remote wasn't even configured on this computer..)
  • q

    quick-salesclerk-81994

    04/06/2021, 1:18 PM
    hey guys did anyone already implement externs for react-native-iap or something alike to handle in app purchases in haxe react? I looked through haxe-react group but found only externs for some outdated libs that were last updated 6-7 years ago. so I wonder, perhaps you have something but forgot to share it? 😄
  • m

    most-potato-54817

    04/09/2021, 2:59 AM
    hi learning react : q:
  • m

    most-potato-54817

    04/09/2021, 2:59 AM
    function App() { return ( Hello World ) }
  • m

    most-potato-54817

    04/09/2021, 2:59 AM
    const Pages = () => { const myPages = ['test1', 'test2', 'test3', 'test4', 'test5'] return ( BTN {myPages.map((val) => ( ))} ) }
  • m

    most-potato-54817

    04/09/2021, 2:59 AM
    const Page = (value) => { const myValue = value console.log(myValue) return {{myValue}} }
  • m

    most-potato-54817

    04/09/2021, 3:01 AM
    this doesnt work.. what am i doing wrong. want to have all the 'myPages' as div under btn
  • m

    most-potato-54817

    04/09/2021, 3:12 AM
    figured it out nm
  • m

    most-potato-54817

    04/09/2021, 3:12 AM
    🙂
  • n

    numerous-oil-90946

    05/22/2021, 3:28 PM
    Hey, is it possible to call a function with a special argument when onCLicked, something like:
  • n

    numerous-oil-90946

    05/22/2021, 3:29 PM
    Copy code
    haxe
    jsx(
      <button onClick={this.myFunction(0)}/>
      <button onClick={this.myFunction(1)}/>
    );
1...585960...80Latest