Here are some facts about me:
I don’t drink, I don’t smoke, I hit the gym, and I earn a decent salary. I care about my haircut, my face, and my teeth. I try to dress stylishly.
I haven’t touched a girl in almost a year.
No, wait — I haven’t even had a romantic conversation during that time.
Posts by Alex
No personal life, no friends, no support from society. Only fighting for life, trying to keep a job in order to pay the bills and rent for a 40-square-meter flat, just to have a place where you can bring another plastic bag of food — that’s all you get from life.
And when you dream a miracle dream, but real life is so miserable
My favorite things LLM generates - are ideas in my head!
I LOVE planning sessions with Claude ☕️
What was initially a mystery and unknown turns into so much sense and becomes overgrown with ideas that pop into mind one after another while you are iterating 😌
That's SO amazing.
Trying to implement ViewTransitions. Currently shared transitions not working with first and last items of the list. Is it something wrong with my implementation or it's ViewTransition to be fixed?
I've added a little demo what `react-docs-mcp` is doing for you.
You can check it out here:
www.npmjs.com/package/reac...
You can install it in one command to your claud code:
```claude mcp add --transport stdio react-docs -- npx react-docs-mcp```
Here is the usage in action!
Initially it's trying to find the info based on current (outdated) knowledge. But thanks to react-docs-mcp it figures it our that now useImperativeHandle and forwardRef is not needed anymore!
You can check it out here: www.npmjs.com/package/reac...
Here is the link to the talk: www.youtube.com/watch?v=zyVR...
Let me know if you tried it, found a bug, or have ideas for improvement!
#React #NPM #OpenSource #AI #Docs #ClaudeCode #Tech
And the most exciting part is - I didn't write a single line of code - it was done in just two hours just prompting with #ClaudeCode. I'm not sure if it was done well or poorly - but it actually works and it was definitely very fun! I can't believe what just happened!
Every time you ask an agent about something in the React API, it either provides outdated information or requires a web search. With this MCP, you will now have the latest React docs info readily available for your agent.
WOW! 🤩 I just published my very first NPM package - react-docs-mcp!
Inspired by James Swinton's talk from AG Grid at #ReactConf how he built an MCP server which provides context about AG Grid docs for our favorite coding agents, I decided to build the same for what we were all missing - React docs!