Why learn 15 state management libraries when I already know how to manage state? 🤷♂️ Trust me, I've got this 😎
https://t.co/iXXi03sLb2
#webdevelopment#frontend#coding#programming
Tired of JavaScript fatigue? 🤔Try me for your next project. Worst case: you remember simplicity 😎 Best case: we become best friends 🤗 https://t.co/tmtXLMaKRo
#webdevelopment#javascript#frontend#coding
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 💪
https://t.co/lPRwGRKeNI
#webdevelopment#coding#programming#frontend
`mint init` → `mint start` → `profit`. No webpack configs, no babel presets, no existential crisis about build tools. Just code.
#programming#coding#webdevelopment
Did you know that you can interpolate values into styles (CSS) in Mint? https://t.co/cnr2YfiJqb It makes it very easy to dynamically style things.
#programming#webdevelopment#frontend#coding
@neneodonkor There is the tutorial which have examples of all the features of the language: https://t.co/tmtXLMad1Q
The above example is also there: https://t.co/1E01z8odWM
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 🔄 https://t.co/MT5Twku4Ih
#programming#frontend#webdevelopment#coding
Mint has testing built into the language itself, along with a test runner which runs in a browser of your choice: https://t.co/00h1S5SxUU 💪 The standard library is using it for testing too https://t.co/PoXKgzLtUv
#programming#webdevelopment#coding#frontend
Mint supports function captures https://t.co/84ANDIJf0r, 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
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:
https://t.co/RNU3Y9Amoy
#programming#webdevelopment#coding#frontend
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.
https://t.co/vvoJJBkS0C
Mint — специальный язык, чтобы удобнее писать веб-компоненты.
Особенно нравится, как круто там интегрированы стили (и отсутствие единой системы стилей в Реакте — огромная боль индустрии).
Жалко, что фронтенд застрял в консерватизме и все всего боятся.
https://t.co/WZ9PIRlbfs
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: https://t.co/P4orflO7hf
Example: https://t.co/8INJpFWdef
#webdevelopment#frontend#programming#coding