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

    brainy-machine-50829

    05/04/2020, 4:14 PM
    Still useful, at least as a guideline.
  • a

    ambitious-knife-25690

    05/04/2020, 4:14 PM
    defos
  • u

    user

    05/04/2020, 4:56 PM
    Afaik he's still using the same stack, so if you need updates he should be able to help
  • n

    numerous-oil-90946

    05/13/2020, 11:11 AM
    https://microsoft.github.io/react-native-windows/
  • n

    numerous-oil-90946

    05/13/2020, 11:11 AM
    Don't know if you saw that 🙂
  • u

    user

    05/13/2020, 11:12 AM
    I saw react-native dependency graph (well, the first X minutes of the animation.. my computer was over-heating xD) in HN comments x)
  • n

    numerous-oil-90946

    05/13/2020, 11:13 AM
    Not that great for now? ^^'
  • u

    user

    05/13/2020, 11:14 AM
    I'm not even sure npm packages can exist without being a dependency of react-native any more x)
  • n

    numerous-oil-90946

    05/13/2020, 11:14 AM
    Got a link fro the dependancy graph? x)
  • n

    numerous-oil-90946

    05/13/2020, 11:15 AM
    It may be cleaner later also 🙂 I hope x)
  • u

    user

    05/13/2020, 11:15 AM
    http://npm.anvaka.com/#/view/2d/react-native
  • u

    user

    05/13/2020, 11:15 AM
    Grab some 🍿
  • n

    numerous-oil-90946

    05/13/2020, 11:16 AM
    Damn it that's horrible x)
  • n

    numerous-oil-90946

    05/13/2020, 11:17 AM
    This website is the gource for npm dependencies? x)
  • w

    wide-greece-63479

    05/16/2020, 3:00 PM
    I'm planning to start prototyping stuff with Haxe and React Native. Is Expo (expo.io) a way to go, or is it better to use standard React Native workflow?
  • a

    ambitious-knife-25690

    05/16/2020, 3:04 PM
    I'd defo recommend standard react native workflow
  • w

    wide-greece-63479

    05/16/2020, 3:14 PM
    Ok, @User, thanks!
  • s

    shy-state-42307

    05/28/2020, 3:00 PM
    Who is using webpack with haxe-loader? Just started with haxe coming from purely doing React and Node.
  • u

    user

    05/28/2020, 3:45 PM
    I am
  • u

    user

    05/28/2020, 3:45 PM
    People on haxe-react gitter are too
  • u

    user

    05/28/2020, 3:49 PM
    On a fresh project I'd probably try to stay away from it, though
  • u

    user

    05/28/2020, 3:49 PM
    Using snowpack or something instead
  • s

    shy-state-42307

    05/28/2020, 3:51 PM
    Yeah was trying to require an image (like ES6 imports) in haxe and have webpack serve the assets for me
  • s

    shy-state-42307

    05/28/2020, 3:51 PM
    But so far no luck
  • s

    shy-state-42307

    05/28/2020, 3:51 PM
    Hard to find examples on it. You think snowpack would work better? Not using React though.
  • u

    user

    05/28/2020, 3:54 PM
    No idea, but webpack is bloated and slow =/
  • u

    user

    05/28/2020, 3:56 PM
    Require an image? What do you expect to get from it?
  • u

    user

    05/28/2020, 3:57 PM
    If it's just to make sure the thing is required you can do that:
    Copy code
    @:keep static var foo = Webpack.require('myfile.anything');
  • g

    great-greece-86525

    07/07/2020, 8:16 AM
    Random question. So I've been using react with javascript/typescript for a few years now and I've always wondered what are the benefits to writing react in Haxe?
  • u

    user

    07/07/2020, 8:20 AM
    I don't think there really is one. Mostly preference. If you're from a haxe background then I would imagine you would be a custom to use this react haxe
1...474849...80Latest