News in React
23 septembrie 2026 · 1 minut de citit
This is the first article on this site, and mostly a test of the pipes: Markdown in, a styled page out, in both English and Romanian.
Why write here
I've wanted a place to write up the smaller things I learn while building software — a tricky bug, a pattern that turned out to matter, a tool that saved an afternoon. Nothing polished, just notes worth keeping.
What's next
More posts, as they happen. If you're reading this and the articles list is still short, check back later.
const [state, setUseState] = useState<boolean>(false);