💙🥳 Announcing Flutter for Windows
Our latest release includes stable support for Windows as an app target. Now, you can build high-quality Windows apps that also run on mobile and web.
Read the blog 👇 https://t.co/2vsUtt7XAf
TypeScript's type system is very powerful because it allows us to express types in terms of other types, including generics
I was looking at the implementation of the TS utilities & learned lots about how to implement generics, so I wanted to share my learnings
/thread 🧵👇🏾
Did you know this LED board is running at 200fps with every 4th frame for each Ad. TV operators take multiple channels from a camera, since TVs in Europe run at 50fps, to make 4 different feeds with the same content, but different ads 🤯 #TIL
@AdamRackis@Rich_Harris Angular ivy templates actually compile to single functions that call what are basically "hooks".
I think it's funny because people are now writing react like they're hand-compiling Angular. Haha. (And it turns out about as well as you'd expect a good amount of the time)
📢📢📢
Hello #TypeScript Developers
Let me introduce https://t.co/MIydIoGshh - a style guide for #TS that is based on the one provided by Google, and would continue to evolve and improve based on #community feedback.
Would you like to propose changes?
👉 https://t.co/Gt3GBtfIxl
🙊 ¡SORTEO! 1 año de CodelyTV Pro totalmente GRATIS 🤯
+45 cursos ya disponibles… ¡y lo que se viene!
🔁 Cómo: RT
⏱️ Hasta cuándo: Mañana ~18h CET
💸 Qué: 1 cuenta anual gratis entre todos los RTs (con Black Friday son 199€, normalmente 348€)
https://t.co/RimWNm6CmU
@beeman_nl @TulsiNaveen @jeffbcross@shai_reznik@angular Sorry, but then your smart component is not expressive, it can be using whatever method your services have. Assigning it to a variable makes that just going to the class you can know the interactions or data that your smart component needs instead of going also to the template
@beeman_nl @TulsiNaveen @jeffbcross@shai_reznik@angular The value of having the user as a property and not refering the service directly on the template is reusability, making the template independent of the service needed to obtain this value and reusable on other environments, otherwise you are coupling the View to the Model
@TulsiNaveen @jeffbcross@shai_reznik@angular Bad pattern, the View shouldn’t know about the Model, it is responsability of the ViewModel to expose a property or a method that wires the View with the Model