Git Product home page Git Product logo

Comments (5)

japgolly avatar japgolly commented on July 24, 2024

Hi Artur. React component constructors (ReactComponentC) have a method called withKey which you can use for this purpose. Example:

val c = ReactComponentB[Int]...build
val nokey = c(123)
val keyed = c.withKey("key")(123)

from scalajs-react.

artursoler avatar artursoler commented on July 24, 2024

Thanks japgolly. This is new in the later version, right? (0.5.0). I had forgotten to update!

I have another comment. It's a bit offtopic but I didn't want to open another issue since I understand it's not really a scalajs-react issue. The thing is that after updating to 0.5.0 syntax highlighting with IntelliJ is utterly and completely broken, all around the code. It also happened when I tried to update from 0.4.0 to 0.4.1. Do you use this editor, and if so, do you have any tips on how to fix the issue?

from scalajs-react.

japgolly avatar japgolly commented on July 24, 2024

Intellij's highlighting is very buggy, I'm used to red everywhere now. You should be fine with scalajs-react though, the only thing that it consistently highlights wrong are React.renderComponent(...) and ReactS.>>. Everything else should be fine. Sometimes I've seen it freak out and highlight everything red then I usually go File>InvalidateCaches>InvalidateAndRestart and it fixes itself. The other week though I was too intent on a problem and didn't restart it and then later it just magically fixed itself.

from scalajs-react.

artursoler avatar artursoler commented on July 24, 2024

The Invalidate Caches thing worked! I didn't know that trick, thanks a lot!

from scalajs-react.

japgolly avatar japgolly commented on July 24, 2024

No worries, happy coding! =D

from scalajs-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.