`mint init` → `mint start` → `profit`. No webpack configs, no babel presets, no existential crisis about build tools. Just code.
#programming#coding#webdevelopment
Mint is a special language for web components.
I especially like the styles API (the lack of a unified styling system in React is a huge pain for the industry).
It’s a pity that the frontend is stuck in conservatism and everyone is afraid of everything.
mint-lang.com
Mint — специальный язык, чтобы удобнее писать веб-компоненты.
Особенно нравится, как круто там интегрированы стили (и отсутствие единой системы стилей в Реакте — огромная боль индустрии).
Жалко, что фронтенд застрял в консерватизме и все всего боятся.
mint-lang.com
In Mint, it's trivial to mark some code as deferred (using the "defer" keyword) and load it later when necessary (using the "await" keyword). It can be used for code splitting or loading content (like blog posts).
mint-lang.com/tutorial/contr…#webdevelopment#frontend#coding#webdev