<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>TypeScript on Omid Farhang</title><link>https://omid.dev/tags/typescript/</link><description>Recent content in TypeScript on Omid Farhang</description><image><title>Omid Farhang</title><url>https://omid.dev/images/bio-photo-150x150.jpg</url><link>https://omid.dev/images/bio-photo-150x150.jpg</link></image><generator>Hugo -- 0.161.1</generator><language>en-US</language><copyright>2026 Omid Farhang | All rights reserved.</copyright><lastBuildDate>Tue, 02 Jun 2026 01:15:00 +0330</lastBuildDate><atom:link href="https://omid.dev/tags/typescript/index.xml" rel="self" type="application/rss+xml"/><item><title>Stop Modeling Angular Screens with Five Booleans</title><link>https://omid.dev/2026/06/02/stop-modeling-angular-screens-with-five-booleans/</link><pubDate>Tue, 02 Jun 2026 01:15:00 +0330</pubDate><guid>https://omid.dev/2026/06/02/stop-modeling-angular-screens-with-five-booleans/</guid><description>Most Angular UI bugs come from screens modeled as scattered flags. Replace loading, error, empty, and ready booleans with one explicit state model your templates and reviewers can trust.</description></item><item><title>The Hidden Cost of Nice Syntax: When Angular's New Template Features Make Code Harder to Reason About</title><link>https://omid.dev/2026/05/26/angular-template-syntax-hidden-cost/</link><pubDate>Tue, 26 May 2026 02:48:00 +0330</pubDate><guid>https://omid.dev/2026/05/26/angular-template-syntax-hidden-cost/</guid><description>Angular&amp;#39;s newer template syntax is powerful, but spread/rest, arrow functions, multi-case switches, and richer control flow need team rules before clever templates become maintenance debt.</description></item><item><title>Signal Forms Aren't Just a Forms API Update: They Change How You Model UI State</title><link>https://omid.dev/2026/05/25/signal-forms-model-ui-state/</link><pubDate>Mon, 25 May 2026 02:48:00 +0330</pubDate><guid>https://omid.dev/2026/05/25/signal-forms-model-ui-state/</guid><description>Signal Forms push Angular forms toward explicit state modeling, where validation, submission, async work, and derived UI state live in the same reactive graph.</description></item><item><title>Yet Another Frontend Framework? The Rise Of Svelte</title><link>https://omid.dev/2024/06/22/yet-another-frontend-framework-the-rise-of-svelte/</link><pubDate>Sat, 22 Jun 2024 02:38:09 +0330</pubDate><guid>https://omid.dev/2024/06/22/yet-another-frontend-framework-the-rise-of-svelte/</guid><description>&lt;p&gt;As we advance into 2024, the landscape of frontend development continues to evolve at a rapid pace. Developers are always on the lookout for frameworks that offer more efficiency, better performance, and ease of use. Among the numerous frameworks making waves this year, a few stand out due to their unique offerings and growing adoption:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;React&lt;/strong&gt;: A robust and flexible library maintained by Facebook, still reigning as the most popular framework for building user interfaces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vue.js&lt;/strong&gt;: Known for its simplicity and ease of integration, Vue.js is a favorite for many developers who need to quickly spin up a project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Angular&lt;/strong&gt;: A powerful framework backed by Google, Angular is widely used for building large-scale enterprise applications.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Svelte&lt;/strong&gt;: A newer but rapidly growing framework that offers a unique approach to building web applications with a focus on performance and simplicity.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;While React, Vue, and Angular have been the go-to choices for many developers over the past few years, Svelte is increasingly capturing the attention of the development community. Let&amp;rsquo;s dive deeper into what makes Svelte stand out and why it’s becoming a preferred choice for many.&lt;/p&gt;</description></item><item><title>Advanced State Management in React with Recoil: Atom Families, Selectors, and Async Queries</title><link>https://omid.dev/2024/06/14/advanced-state-management-in-react-with-recoil/</link><pubDate>Fri, 14 Jun 2024 17:02:20 +0330</pubDate><guid>https://omid.dev/2024/06/14/advanced-state-management-in-react-with-recoil/</guid><description>&lt;p&gt;Managing state in React applications has evolved significantly, from simple state hooks to sophisticated libraries that handle complex state scenarios. Recoil is a powerful state management library for React that addresses many limitations of traditional state management approaches. It provides a flexible and scalable way to handle state, particularly in large applications. This blog post will explore advanced state management techniques using Recoil, focusing on atom families, selectors, and handling asynchronous queries.&lt;/p&gt;</description></item><item><title>Deep Dive into Advanced TypeScript: Conditional Types, Mapped Types, and Recursive Types</title><link>https://omid.dev/2024/06/14/advanced-typeScript-types/</link><pubDate>Fri, 14 Jun 2024 16:21:04 +0330</pubDate><guid>https://omid.dev/2024/06/14/advanced-typeScript-types/</guid><description>&lt;p&gt;TypeScript has transformed the way we write JavaScript by providing a static type system that helps developers catch errors early and write more robust code. While basic types and interfaces cover a significant portion of everyday use cases, TypeScript offers advanced features that can take your code to the next level of type safety and flexibility. In this post, we will dive deep into three advanced TypeScript features: Conditional Types, Mapped Types, and Recursive Types. These features are indispensable for creating highly adaptable and type-safe codebases.&lt;/p&gt;</description></item></channel></rss>