The programming language for writing single page applications.

Joined May 2018
25 Photos and videos
21 Oct 2025
Mint has a comprehensive module for time manipulation and formatting in the standard library: mint-lang.com/api/Time #frontend #webdevelopment #coding #programming
1
47
19 Sep 2025
Why learn 15 state management libraries when I already know how to manage state? 🤷‍♂️ Trust me, I've got this 😎 mint-lang.com/reference/stor… #webdevelopment #frontend #coding #programming
1
6
262
15 Sep 2025
Tired of JavaScript fatigue? 🤔Try me for your next project. Worst case: you remember simplicity 😎 Best case: we become best friends 🤗 mint-lang.com/tutorial/ #webdevelopment #javascript #frontend #coding
1
6
132
12 Sep 2025
You're trying to compare a string to a number? 🤨 Not on my watch. JavaScript might let you, but I have standards 😉 mint-lang.com/reference/equa… #typesafety #webdevelopment #frontend #coding #programming
3
109
11 Sep 2025
That moment when you realize 🍃 Mint eliminates React Redux Webpack Sass Jest Prettier 18 other tools you forgot you needed 😎. Sometimes the best framework is a language 💪 mint-lang.com/feature-matrix #webdevelopment #coding #programming #frontend
1
5
147
10 Sep 2025
`mint init` → `mint start` → `profit`. No webpack configs, no babel presets, no existential crisis about build tools. Just code. #programming #coding #webdevelopment
3
130
29 Aug 2025
Did you know that you can interpolate values into styles (CSS) in Mint? mint-lang.com/reference/styl… It makes it very easy to dynamically style things. #programming #webdevelopment #frontend #coding
3
93
27 Aug 2025
In Mint, it's very easy to connect a component to the store using the "connect" keyword ↔️ when data in the store changes, it automatically re-renders the component 🔄 mint-lang.com/reference/comp… #programming #frontend #webdevelopment #coding
2
6
164
26 Aug 2025
Mint has testing built into the language itself, along with a test runner which runs in a browser of your choice: mint-lang.com/reference/test… 💪 The standard library is using it for testing too github.com/mint-lang/mint/tr… #programming #webdevelopment #coding #frontend
4
106
Mint retweeted
25 Aug 2025
This is certainly interesting...
19 Aug 2025
JavaScript can be inlined directly in Mint (using back ticks), making it easy to access Web APIs and other JavaScript libraries. Check out it's reference page: mint-lang.com/reference/java… #programming #webdevelopment #coding #frontend
1
1
97
25 Aug 2025
Mint supports function captures mint-lang.com/reference/func…, which allows you to create functions from other functions where you can specify where the arguments will go. They are very useful in pipes. #webdevelopment #frontend #programming #coding
3
143
21 Aug 2025
Mint uses structural equality to compare things (mint-lang.com/reference/equa…) instead of referential equality. #programming #webdevelopment #frontend #coding
5
608
19 Aug 2025
JavaScript can be inlined directly in Mint (using back ticks), making it easy to access Web APIs and other JavaScript libraries. Check out it's reference page: mint-lang.com/reference/java… #programming #webdevelopment #coding #frontend
3
229
Mint retweeted
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
1
5
8
773
Mint retweeted
Mint — специальный язык, чтобы удобнее писать веб-компоненты. Особенно нравится, как круто там интегрированы стили (и отсутствие единой системы стилей в Реакте — огромная боль индустрии). Жалко, что фронтенд застрял в консерватизме и все всего боятся. mint-lang.com
1
1
21
1,642
18 Aug 2025
Did you know that Mint has routing built-in? It automatically decodes query parameters and handles link clicks and form submissions (with GET action) automatically. Reference: mint-lang.com/reference/rout… Example: mint-lang.com/tutorial/langu… #webdevelopment #frontend #programming #coding
1
2
90
11 Aug 2025
Mint supports Here Documents natively mint-lang.com/reference/here… they are perfect for content, support interpolation and can render markdown at compile time! #webdevelopment #coding #frontend
5
128
28 Jul 2025
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
1
89