JTJonathan Tavaresinsingular.hashnode.dev·15h ago · 4 min readWhat if we could compose AI agents like reusable components?One agent reviews correctness. Another plans the tests. Their outputs flow into a third agent that produces one release recommendation. That is agent composition: small specialists, explicit dataflo00
JTJonathan Tavaresinsingular.hashnode.dev·1d ago · 5 min readIntroducing: AML - Agent Markup LanguageOur first agent workflows were easy to start. Then we added another agent, a tool, a follow-up turn, a sandbox, and somewhere to keep files between runs. The code still worked, but understanding the w10
KTKushagra Trivediinkushagrablogs.hashnode.dev·2d ago · 11 min readReact Fundamentals: Components, JSX, State, and Re-renderingWhy did developers create React when JavaScript already existed? JavaScript could already manipulate web pages. You could select an element, change its text, toggle a class, respond to a click. So why00
UPUmang Pinchainumangpincha.hashnode.dev·Jul 18 · 4 min readPart 4 : JSX ,Components & PropsFirst lets kill the common misconception JSX is HTML inside Javascript. Its true but not fully. In reality it means JSX is syntactic sugar for React.createElement() calls. When you write <h1> Hell00
SPSaurabh Prajapatiinblog.thitainfo.com·Jul 18 · 18 min readReact Fundamentals: Components, JSX, State, and Re-rendering ExplainedReact Fundamentals: Components, JSX, State, and Re-rendering Explained TL;DR: React exists to solve the chaos of manual DOM manipulation. This article walks you through every foundational concept — J00
PSParvesshrajh Sinmyreactjsjourney.hashnode.dev·May 6 · 6 min read06.05.2026 - React Day 5 🚀Mapping Data in React, Key Props & Spreading Objects When I started learning React, one thing became very clear: React loves data.And whenever data comes in groups, mapping becomes the hero. freeCod00
VVivekinheyvivek.com·Apr 20 · 5 min read🧱 I built a tiny (in size, not in power) full-stack framework for the AI era, I call it webjs.I wanted to experiment building a full-stack web framework that was small enough for the AI to read end-to-end without needing an MCP. What if the source code, both my code and the framework's code (i60
CRCharan Raju Pakalapatiinreact-basics-by-charan.hashnode.dev·Apr 2 · 7 min readBasics of React What is React? React is a JavaScript library developed by Meta, which is used to build dynamic and interactive web application. React enables the users to create reusable components, that manages thei00
UUtkarshinblogs.utkarshrajput.com·Mar 23 · 5 min readLet's convert your image into a React ComponentIntroduction What if you could take a screenshot of any UI and instantly convert it into clean, production-ready React components with Tailwind CSS? Welcome to the future of frontend development. Mo00
VPVed Pandeyinvedpandeydev.hashnode.dev·Mar 22 · 4 min readWhat Actually is React? Library or FrameworkWhat We'll Learn? So, today i'll end all the debates about What React is? Library or Framework? What is the difference between it. So stay tuned, sit back relaxed and have a tea/coffee with you as wel00