Documentation for kotlin-react
See original GitHub issueMigrating kotlin-react from a lower version than pre.282
is currently quite difficult due to the lack of documentation on the new kotlin-react
and also kotlin-react-dom
versions with the ChildrenBuilder() and its other changes.
It would be really helpful to have a demo project with functional components and especially class components as I haven’t seen an updated project using these.
Currently having just the changelog doesn’t seem to be sufficient for a smooth migration process. An introduction like the one from kotlin-react-legacy would help immensely in that regard.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:7
Top Results From Across the Web
Get started with Kotlin/JS for React
In IntelliJ IDEA, select File | New | Project. · In the panel on the left, select Kotlin Multiplatform. · Enter a project...
Read more >Is there a react-kotlin documentation or reference? - Reddit
I've just started using kotlin together with react and I can't find any real documention of it. I would be really surprised if...
Read more >kotlin-wrappers/README.md at master · JetBrains ... - GitHub
Kotlin wrapper for React library. Major version number of this wrapper matches that of React itself. kotlin-react vs kotlin-react-legacy. kotlin ...
Read more >@jetbrains/kotlin-react: Documentation | Openbase
Kotlin wrapper for React library. Major version number of this wrapper matches that of React itself. Installation. npm i @jetbrains/kotlin-react.
Read more >How to Build a React App in Kotlin - JetBrains
Kotlin JS? ○ Kotlin builders? ○ kotlinx-html? Page 3. Why Kotlin-React ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@piacenti Have a look at our project CampusQR where we use class components with the new kotlin wrappers.
@Martmists-GH Make sure you have the function available. There is an FC function and FC interface. They share the same name and are in the same package. The interface is in the
kotlin-react-core
module while the function is in thekotlin-react
module