Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 552 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 552 Bytes

flier

flier is a Telegram client for the web written in TypeScript and leveraging the React framework.

Live demo here.

Why TypeScript?

TypeScript keeps the JS' duck typing shit at bay. It allows developing large, complex apps while giving confidence in the codebase.

Why React?

React aids in building complex UIs by offering simple abstractions and keeping all the DOM manipulation under the hood. Its declarative approach makes frontend development as painless as possible.