Tag react in blog posts
React + Axum: Building a Type-Safe Full-Stack Application
What if your frontend and backend could share the same type definitions? No more mismatched API responses. No more runtime surprises. In this post, we’ll build a full-stack application with React and Axum that achieves exactly that.
React Hooks Deep Dive: Beyond useState and useEffect
Most React developers know useState and useEffect. But React offers several other hooks that can make your code cleaner, faster, and more maintainable. Let’s explore the hooks you might be missing.
Tag react in projects
3 Tačke: Anti-Clickbait News Platform
3 Tačke is a news aggregation platform for the Bosnian, Serbian, and Croatian speaking region built around a single premise: every story can be told clearly, briefly, and honestly. An automated pipeline collects content from publicly available sources, processes it through OpenAI to strip clickbait and sensationalism, and publishes one neutral paragraph per story — no ads, no tracking, no noise.
SP Kalkulator — Tax Calculator for Self-Employed in Republic of Srpska
SP Kalkulator is a tax calculator for self-employed entrepreneurs (samostalni preduzetnici) in Republic of Srpska. It computes contributions, expenses, tax, and net profit based on the law that came into effect on January 1, 2025. The app runs entirely in the browser — no account, no server-side logic, no data sent anywhere.
Vodostaj Rijeka: Water Level Monitoring
Vodostaj Rijeka is a web application designed to monitor real-time and historical river water levels. Originally initiated to improve upon infrequent data updates in existing tools, the project has evolved into a high-performance system powered by a modern Rust backend.