|
|
|
|
|
by yashap
1729 days ago
|
|
I haven’t used Next, can you explain this more? > the ability to add imperative server-side logic cohesive with each page (getServerSideProps) Our use case is an administrative web-app for managing a transportation network. i.e. you’ve got a bunch of cars and buses driving people around, you can use the admin web-app to see a live map of all the vehicles, see their itineraries, book driver shifts, configure rules about fares, where people can get picked up and dropped off, etc. It’s a mix of highly live/interactive content, and more static content. |
|
Sounds like a cool app. I definitely see plenty of opportunities for static content there, like you said, but proper state management is vital for the real-time stuff.