Ryan
Ryan
Can you give me a little more detail for your example and what you want to accomplish?
@philipp-spiess I recently submitted a PR to [ReactStateMuseum](https://github.com/GantMan/ReactStateMuseum). Would be glad to port that over.
I would love to see this!
@markerikson done!
It would be nice if the OpenAPI generation happened automatically, sort of how Loopback 4 handles it.
> this sounds very interesting, is this being added to the roadmap? @rrousselGit It is on the roadmap for https://github.com/rrousselGit/river_pod/milestone/1
Sure, I could see the signature being the similar to onChange ``` didUpdate(propName, (prop, providers) => void) ``` ``` didUpdate( (prevProps, nextProps) => true, (props, providers) => void) ``` Consider...
I like the convention-based concept of route handlers in Next.js 13 coupled with the codegen influences of Serverpod. ```dart FutureOr get(request: Request) async {} FutureOr post(request: Request, String name) async...
> > I like the convention-based concept of route handlers in Next.js 13 coupled with the codegen influences of Serverpod. > > ```dart > > FutureOr get(request: Request) async {}...
There's a library that currently handles this: [jack-r-warren/remove_from_coverage.](https://github.com/jack-r-warren/remove_from_coverage) Any chance of merging that functionality here?