Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Mint - a refreshing programming language for the front-end web, aiming to solve the most common issues of Single Page Applications (SPAs) at a language level:

● Reusable components
● Styling
● Routing
● Global and local state handling
● Synchronous and asynchronous computations that might fail

While focusing on:

● Developer happiness
● Fast compilation
● Readability

The project is available at GitHub (★485) and the current status is alpha.

The compiler is written in 💎 Crystal programming language.

#frontend #crystal #language