Full Stack Reactive with React and Spring WebFlux
Вставка
- Опубліковано 12 гру 2024
- 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
Speakers:
Matt Raible
Developer Advocate, Okta
Filmed at SpringOne Platform 2018
Cool lad , met him in Birstol, crazy knowledge
Can anyone understand what he says at 9:28: "this is a great way to implement something that is not recommended on _?_ radar"
thoughtworks!
3 years late, but what he's saying is that your ORM object shouldn't be the same object on the response payload. Because it exposes what your data schema is like.
It also ties your contract and db schema. For example if you want return a field called id to the client, but in the future you want to return itemId or something. You would have to also do it on the database side.
How are the classes getting generated automatically using the web flux commands? Is there a library that needs to be added in pom.xml?
Template. You can assign whole code to custom command in IntelliJ .
I have question . In case if all message broadcast through webSocket if i want this message for specifically user . How can i do . Any people help me
What is necessary to configure in order to use webflux-entity shortcut?
I used IntelliJ IDEA's Live Templates for this feature. You can find the ones I use in my demo's, including webflux-entity at github.com/mraible/idea-live-templates.
@@mraible thanks so much. Any shortcut free u can share at?
Matt is there a Github Repo for this code?
I guess not
which library does the http command belong to?
HTTPie
Intro to React Workshop by Eric Vicenti: vimeo.com/213710634
okta got hacked twice 🤣
must be very easy when the same people that is behind of the framework cannot make it even work the demo
You lost my interest with the snarky eclipse remark. Don't be an arrogant fool.