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

    happy-rain-10364

    02/18/2020, 2:48 PM
    @User sorry, not being much into RN stuff for a year. I don't remember much useless files at that time as @User said
  • c

    cool-psychiatrist-49311

    02/18/2020, 6:28 PM
    Me neither, i think the most useless stuff are the js linting related files
  • a

    ambitious-knife-25690

    02/23/2020, 9:10 PM
    what's the purpose of
    react.native.ReactNativeComponent
  • a

    ambitious-knife-25690

    02/23/2020, 9:10 PM
    if I have a component extend this
  • a

    ambitious-knife-25690

    02/23/2020, 9:10 PM
    I get this error
  • a

    ambitious-knife-25690

    02/23/2020, 9:11 PM
    react.ReactComponent
    works fine though
  • a

    ambitious-knife-25690

    02/23/2020, 10:48 PM
    I'm making externs for react navigation How would I map out createStackNavigator? This is a different setup
  • a

    ambitious-knife-25690

    02/23/2020, 10:48 PM

    https://cdn.discordapp.com/attachments/162395145352904705/681270973588176923/unknown.pngโ–พ

  • a

    ambitious-knife-25690

    02/23/2020, 10:48 PM
    I thought something like this would work but it doesn't seem to be valid for jsx
  • a

    ambitious-knife-25690

    02/24/2020, 12:11 AM
    Oh... I think I may have it
  • a

    ambitious-knife-25690

    02/24/2020, 12:12 AM
    just don't know if the behaviour will work as expected
  • a

    ambitious-knife-25690

    02/24/2020, 12:32 AM
    oh sweet think I got it
  • a

    ambitious-knife-25690

    02/24/2020, 12:33 AM
    now for the fun process of tracing externs
  • n

    numerous-oil-90946

    02/24/2020, 2:46 PM
    Does anyone know how to use accentuated characters in haxe react? ๐Ÿ™‚
  • u

    user

    02/24/2020, 2:48 PM
    I don't have issues with them
  • u

    user

    02/24/2020, 2:48 PM
    Is your page charset correctly defined?
  • n

    numerous-oil-90946

    02/24/2020, 2:49 PM
    I am not sure how to define it ^^'
  • n

    numerous-oil-90946

    02/24/2020, 2:49 PM
    And I don't find it with my keywords
  • u

    user

    02/24/2020, 2:50 PM
    <meta charset="utf-8">
    for example, in
    <head>
  • n

    numerous-oil-90946

    02/24/2020, 2:50 PM
    Great thanks ๐Ÿ™‚ and then you can use them directly in haxe? ๐Ÿ™‚
  • u

    user

    02/24/2020, 2:51 PM
    If your files are utf8 I guess so yeah
  • u

    user

    02/24/2020, 2:51 PM
    You shouldn't have to worry about that part
  • n

    numerous-oil-90946

    02/24/2020, 2:53 PM
    Uhm I am not sure it is ^^' I am on windows and I haven't change anything on vs code to do so ^^'
  • u

    user

    02/24/2020, 2:53 PM
    And it still doesn't work with the meta in your head?
  • n

    numerous-oil-90946

    02/24/2020, 2:54 PM
    Yes it is utf8
  • n

    numerous-oil-90946

    02/24/2020, 2:54 PM
    It is not working ^^'
  • u

    user

    02/24/2020, 2:55 PM
    It should
  • u

    user

    02/24/2020, 2:56 PM
    Is your javascript loaded as utf8 too?
  • u

    user

    02/24/2020, 2:56 PM
    Should have some header like
    Content-Type: application/javascript; charset=UTF-8
  • u

    user

    02/24/2020, 2:57 PM
    var app = ReactDOM.render(jsx(<div>รฉรจร รน</div>), Browser.document.querySelector('#app'));
    works fine here
1...404142...80Latest