how to build a react app in kotlin
play

How to Build a React App in Kotlin Dave Ford Questions for - PowerPoint PPT Presentation

How to Build a React App in Kotlin Dave Ford Questions for audience Kotlin? React? create-react-app? Kotlin JS? Kotlin builders? kotlinx-html? Why Kotlin-React? Prob #1: 80% of my coding is doing this


  1. How to Build a React App in Kotlin Dave Ford

  2. Questions for audience ● Kotlin? ● React? ● create-react-app? ● Kotlin JS? ● Kotlin builders? ● kotlinx-html?

  3. Why Kotlin-React?

  4. Prob #1: 80% of my coding is doing this ● Technique #1: String building ● Technique #2: Tree building ● Technique #3: Templates ● Separation of Concerns ● Technique #4: Internal DSLs Why Templates Are Dead

  5. JSX ● JavaScript language extension ● Adds native support for XML ● And thus HTML

  6. JSX function buttonBar({ x1, x2 }) { return <div> <button>{x1}</button> <button>{x2}</button> </div> }

  7. Kotlin HTML fun buttonBar(x1: String, x2: String, x3: String){ button { +x1 } button { +x2 } button { +x3 } }

  8. Prob #2: Keeping things in Sync ● Initial render + Update render ● Updating the view when the model changes

  9. MVC the React Way view = f(model)

  10. Updating the UI ● Never update the UI ● Update the model (aka state)

  11. Prob #3: UI Components ● Reuse ● Organization Very low ceremony!!

  12. React with Kotlin 1. create-react-kotlin-app 2. Kotlin react wrappers 3. Kotlin's type-safe builders

  13. Demo

  14. Issues ● node-modules/.cache/kotlin-webpack ● attrs.style warnings ● src slash issue

  15. Summary npm install -g create-react-kotlin-app create-react-kotlin-app my-app Function Components Class Components

  16. www.smart-soft.com Dave Ford dford@smart-soft.com https://medium.com/@daveford https://twitter.com/@daveford

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend