#kotlinjs risultati di ricerca
Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)
And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs

Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin

Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !
Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon

#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab

Firebase with #Kotlin: @Firebase Cloud Functions by @maillotm signal.h2g.io/firebase-with-… #KotlinJS

Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs

You can use existing NPM packages, Cool React components that were originally developing using #JS while creating #Kotlin JS projects Want to know more?🤔 See you at the upcoming meetup👀 where we'll deep dive into the world of Kotlin JS with @sebi_io. Stay tuned 🚀 #KotlinJS

I love the foldable text (details -> summary) but unfortunately, @github doesn't have it in their toolbar. I had to implement it myself GitHub: github.com/theapache64/su… #KotlinJS #Kotlin
I tried Compose for Web and created basic web port of CompoSnake by @arkann1985 #Kotlin #KotlinJs github.com/Foso/compose-s…
kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block #kotlinjs #composeui #composeforweb #kotlin

String unions in #KotlinJS? 🤔 Possible with Seskar compiler plugin! 🤯🚀 github.com/turansky/seska… @kotlin

🚀Kotlin 2.1.21-RC2 is out now! This RC includes a key fix for Kotlin/JS developers: • Custom environment variables now work correctly in KotlinJsTest Gradle tasks. Check out the full release note here: github.com/JetBrains/kotl… #Kotlin #KotlinJS #JetBrains #AndroidDev #Android
github.com
Release Kotlin 2.1.21-RC2 · JetBrains/kotlin
Changelog Tools. Gradle. JS KT-77119 KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works
Damn, I didn't think adding comments section with Giscus would be so easy 😅 #kotlin #kotlinjs #giscus
Kotlin/JS lazy functions on board! 🎉🎉🎉 Just mark function with @Lazy annotation and function body will be moved in separate lazy chunk! github.com/turansky/seska… @kotlin #KotlinJS

The Kotlin Wrappers API Reference is now available! 🎉🎉🎉 jetbrains.github.io/kotlin-wrapper… @kotlin #KotlinJS
Wrote a new article about TeaVM, my first one in English. teavm.hashnode.dev/comparing-teav… #teavm #kotlin #kotlinjs #webassembly
Fun little #KotlinJS project: apollo-jsei gives you external interfaces for your #GraphQL queries. You get most of the autocomplete (and none of the type safety !) github.com/apollosolution…
github.com
GitHub - apollosolutions/apollo-jsei: Generate Kotlin JS external interfaces from your GraphQL...
Generate Kotlin JS external interfaces from your GraphQL queries - apollosolutions/apollo-jsei
The most frustrating thing about working with Kotlin/JS is whenever you get stuck on something and try to search about it, you get greeted with tons of "Getting started with Kotlin/JS" blogs. 🤦🏾♂️ Does anyone know how to render a html string with Kotlin JS? #Kotlin #Kotlinjs #React
Video of my talk about #KotlinJS from @droidconNYC is now available! Yay :) #KotlinMultiplatform #dcnyc22
Here's @shaktiman_droid's #dcnyc22 talk about the state of #KotlinJS for libraries, how to integrate it, and what things to keep in mind! #KotlinMultiplatform droidcon.com/2022/09/29/int…
droidcon.com
Integrating Kotlin/JS in a Kotlin Multiplatform library
Javascript is one of the supported targets for a Kotlin Multiplatform project. One can add Kotlin/JS target to an existing Kotlin Multiplatform Mobile library to output a JS library code. There are...
Here's @shaktiman_droid's #dcnyc22 talk about the state of #KotlinJS for libraries, how to integrate it, and what things to keep in mind! #KotlinMultiplatform droidcon.com/2022/09/29/int…
droidcon.com
Integrating Kotlin/JS in a Kotlin Multiplatform library
Javascript is one of the supported targets for a Kotlin Multiplatform project. One can add Kotlin/JS target to an existing Kotlin Multiplatform Mobile library to output a JS library code. There are...
Here is the deck for my @droidconNYC talk! #KotlinJS #KotlinMultiplatform #dcnyc22 speakerdeck.com/findjigar/js-i…
Excited about my talk at #dcnyc22 #KotlinMultiplatform #KotlinJS
Happy to introduce our newest #dcnyc22 speaker addition, Jigar Brahmbhatt! @shaktiman_droid will discuss what to consider for the #Kotlin/JS integration, how to support #JavaScript or #Typescript, #Gradle configuration, & more. Full abstract: nyc.droidcon.com/jigar-brahmbha…

Thought of adding Kotlin/JS support to a KMP library? Are you interested in learning about Kotlin/JS in general? Let's talk about the state of #KotlinJS for libraries, how to integrate it, and what things to keep in mind! - @shaktiman_droid #dcnyc22 nyc.droidcon.com/jigar-brahmbha…
Thank you @KotlinWeekly🙏🏽 for including my third post in Kotlin/JS series about “Different ways to distribute and integrate Kotlin/JS library” #KotlinMultiplatform #KotlinJs

kotlinjs 中透過 query string 就可以在同一個頁面透過不同query顯示不同主題,配合compose ui block,可以很簡單的判別要顯示的ui block #kotlinjs #composeui #composeforweb #kotlin

Played a bit with #KotlinJS this weekend and created this small dungeon map editor for my D&D games. Thanks, @watawatabou for the Dyson Hatching algorithm (and for 1PDG of course)
@GarthGilmour off to a great start in his full stack Kotlin workshop #kotlinconf @instil #Kotlin #kotlinjs

And we also have @vanillacoder presenting Kotlin JS for full stack development here at the kotlin user group! @heycar_official #kotlin #kotlinjs

Atendiendo a las sabias palabras de @MiguelAngel_LV sobre #KotlinJS en @AlmeriaJs antes de irnos de vacaciones.

#KotlinJS can be used to create @Firebase apps writing only #kotlin code. @maillotm at @KotlinLyon cc @H2G_Lab

Nous avons l'énorme plaisir d'accueillir @gz_k pour une avant première de son talk de la @kotlinconf ! #KotlinJS meetup.com/Lyon-Kotlin-Us…

If you can't find an equivalent #KotlinJS function in the stdlib, you can create an external fun with a similar name and use it.

Thank you @KotlinWeekly 🙏🏽 for including my second article in Kotlin/JS series about JsExport guide for exposing Kotlin to JS #KotlinMultiplatform #KotlinJs

Merci à tous pour votre participation hier au meetup #Kotlin in practice (et d'avoir bravé le froid et la neige) ! À bientôt chez @XebiaFr. #KotlinNative #KotlinJS

Merci beaucoup à @H2G_Lab de nous avoir accueilli ce soir pour ce super talk de @maillotm sur le développement d'apps @Firebase en @kotlin avec #KotlinJS !
Two approaches to use external JS libraries with #KotlinJS: - External + dynamic - External + JsModule @maillotm at @KotlinLyon

Firebase with #Kotlin: @Firebase Cloud Functions by @maillotm signal.h2g.io/firebase-with-… #KotlinJS

Now you can use single version to control all your #KotlinJS Wrappers! 💍 Possible with BOM 🔥 github.com/JetBrains/kotl… @kotlin

Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWWrestleDream 11.8K posts
- 2. No Kings 1.45M posts
- 3. #UFCVancouver 17.6K posts
- 4. Texas Tech 8,005 posts
- 5. Ole Miss 16.3K posts
- 6. Billy Napier 2,344 posts
- 7. Georgia 71.9K posts
- 8. Lebby 1,481 posts
- 9. Ryan Williams 1,008 posts
- 10. Arizona State 4,668 posts
- 11. #GoDawgs 7,207 posts
- 12. Mississippi State 2,856 posts
- 13. Shapen 1,534 posts
- 14. Jeremiyah Love N/A
- 15. Kyle Nelson N/A
- 16. #AEWTailgateBrawl 3,225 posts
- 17. Thekla 1,117 posts
- 18. #Svengoolie 1,068 posts
- 19. Sam Rivers 1,188 posts
- 20. Hammond 2,768 posts