ballercat / jambox

CLI tool for recording and playing back networks requests for node & Frontend Apps.
MIT License
11 stars 2 forks source link

Enhance recipes app, add App Router path to validate that flow #57

Open hamlim opened 5 months ago

hamlim commented 5 months ago

The recipes app right now is using the pages router in next, it'd be nice to validate the App Router works as expected as well.

Figure we could:

Basically the same as the getServerSideProps demo already there