Topics
React
Every article on React published on this blog, newest first: 2 in total, written by Ramón Chancay.
2 articles on React
SwiftUI is not React, even if it looks like it: body, identity, modifiers and layout
SwiftUI explained for people coming from React: what body is compared to render, why a view's identity matters, how modifier order changes the result, the layout system without flexbox and the map from hooks to property wrappers.
Read moreFrom generating files to using tools: a code agent's ReAct loop
The shift from generating the whole function to an agent that reads, searches, edits, and runs with tools: the ReAct loop and why the agent builds its own context instead of receiving it in the prompt.
Read more