@basiclines The GitHub MCP Server is awesome for that! I mainly use tools like get_file_contents, issue_read and pull_request_read and then just link to issues/PRs/files when chatting with the agent. Works like a charm:)
What product would you recommend for app analytics?
I’ve tried mixpanel, amplitude and trying posthog now, but all are quite disappointing
I need something simple, stable and with greasy DX
@youyuxi When using React, in my experience they haven’t been great at managing the rendering lifecycle. They often write hacky code like smelly or unnecessary useEffects / useMemo / setTimeout etc. And they tend to over engineer things that can be done in clean and simple ways:)
If you use coding agents on JS / TS / frontend projects, what are your most common pain points? Are there things you try to make the agent do but always take multiple tries?