You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking this tools does the basic work of tracking network request. Now I want to brain storm what big features that I can add to this library. These features would be classified into some 3 category High Impact, Medium Impact and Low Impact
High Impact Feature Idea
Create session feature where users can start a session for recording request. All the network request will start getting recorded once the recording session has started. The recording stops and all the network requests that happen during that session is shown to the user along with an option to see the details of the session
Currently the tool UI layer uses a multiple dependencies like react native reanimated, react native gesture handler, etc. I don't want to bloat this tool with these packages. I need to figure out where I can add the UI such that it doesn't involve much third party dependencies and also does the job pretty well.
Option to act as mock server with server data and replay the Network Requests to the app for a session.
Medium Impact Feature Ideas
Create an MCP to serve these network request from the app to AI for get intelligent insights and also debug the app.
Web Socket support
Memory related insights and basic search/filter functionality
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I was thinking this tools does the basic work of tracking network request. Now I want to brain storm what big features that I can add to this library. These features would be classified into some 3 category High Impact, Medium Impact and Low Impact
High Impact Feature Idea
Create session feature where users can start a session for recording request. All the network request will start getting recorded once the recording session has started. The recording stops and all the network requests that happen during that session is shown to the user along with an option to see the details of the session
Currently the tool UI layer uses a multiple dependencies like react native reanimated, react native gesture handler, etc. I don't want to bloat this tool with these packages. I need to figure out where I can add the UI such that it doesn't involve much third party dependencies and also does the job pretty well.
Option to act as mock server with server data and replay the Network Requests to the app for a session.
Medium Impact Feature Ideas
Create an MCP to serve these network request from the app to AI for get intelligent insights and also debug the app.
Web Socket support
Memory related insights and basic search/filter functionality
Low Impact Feature Ideas
Copy to Clipboard functionality
JSON beautify
cURL share functionality.
All reactions