You have streaming data and want to expose it as reactive streams with Spring Boot. Great! Spring WebFlux makes that pretty easy. But what about the UI? Can you stream that data to the UI and have it be reactive and constantly updating too? This session explores techniques for making your app fully reactive with Spring WebFlux and React. Mostly live coding, with plenty of time for Q & A in the midst of it all.
For those that attended, here’s the repo with all the code we wrote in the workshop.
⚛️ https://github.com/joshlong/bootiful-reactive-okta
The bulk of the code is in two files:
* Kotlin: ProfilesApplication.kt
* TypeScript: ProfileList.tsx
This workshop was loosely based on some of our previous work:
* Blog post: https://developer.okta.com/blog/2018/09/25/spring-webflux-websockets-react
* Screencast: https://youtu.be/1xpwYe154Ys