I am happy to announce @mindspace-io/react-akita.
Now React developers have easy State Management - with the power of Akita - using a Vue-like API. Super easy, and super powerful.
See codesandbox.io/s/testing-min…
💡#JavaScript 🚀🦊 tip for the day! Have you ever struggled with incorrect sorting of your favorite playlist? Then try Intl.Collator('en', {numeric: true}).сompare, it will sort your playlist correctly! 😻 stackblitz.com/edit/typescri…
Live-coding: @kirjs contributes to @Angular (or not)
I'll attempt creating a PR to the Angular repo.
The plan is:
* Clone the repo
* Read docs/contribution guidelines
* Browse available issues, pick one
* Create the PR (hopefully)
Mar 27, Noon EST
twitch.tv/kirjs
Live-coding: @kirjs contributes to @Angular (or not)
I'll attempt creating a PR to the Angular repo.
The plan is:
* Clone the repo
* Read docs/contribution guidelines
* Browse available issues, pick one
* Create the PR (hopefully)
Mar 27, Noon EST
twitch.tv/kirjs
This morning I did a talk for *Angular Sydney* covering PWAs and come up with this little snippet to find out if you are online/offline using RxJS and Web APIs 🤓
Code below inc. how to handle pre-loading of offline assets 👇
stackblitz.com/edit/angular-…#angular#pwas ✨🚀
So I have some really good news to share 🎉 but first... an origin story: Meet young me.
/1 of 32 (I know, I know, but you need to know where it started to appreciate how it's going!)
Hey all!
We have 15 - yes, that's **fifteen** - of Mid/Sr/Tech Lead positions available for #Angular (or Angular + @Ionicframework ) in US/Canada!
Looking for folks with great Angular expertise.
Join me in working on the next generation of @CiscoCX Frontends.
DM me 🙂
#hiring
Hey @angular developers!
We are #hiring Mid and Senior #Angular Developers for @CiscoCX.
Remote in US and Canada (with a slight preference for the locations with @Cisco offices👇)
DM me for more info, and RT for reach ✅
Cannot wait to work with you 🙂
That's how private properties in @typescript v3.8 works👇. Each private property creates a new WeakMap with one entry. The key is the current instance, and the value is the private property value.
📢📢📢
Hello #TypeScript Developers
Let me introduce ts.dev/style - 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?
👉 ts.dev/style/#changes
ALT Image introducing TypeScript style guide, informing that it's based on the style guide provided by Google, that it contains rules and best practices, and invites folks to choose the rules that work best for their teams.
Replay.io is #Redux time travel debugging, but for everything: js, html, css, networking, events, workers, storage.
It's also collaborative by default because software is a team sport.
👋 hi friends,
it seems to me that the time has finally come when I am ready to share with you the project I have been working on recently
🦩 RouterKit
github.com/retarsis/routerki…
it is a AST-based library for generating typed Angular routes
🤩 We are thrilled to announce Private Chat,
💬 A new way to communicate with your guests!
Head over to Restream Studio now to try it out 👉 studio.restream.io/
Me:
Ok let me quickly dig typescript internals to improve this complex refactoring transform I'm writing.
Also me:
return nodes.slice(index);
... refresh
return nodes.slice(index -1);
... refresh
return nodes.slice(index + 1);
Aha, this works!
next week also will be huge for me because @limitofzero and I will publish our new craft for 🅰 #angular community, which we have been developing this summer
no specifics yet
but I promise this kit will do magic 🧙🏻♂️
ALT TypeScript 4.0 brings variadic tuples, labeled tuple elements, class property inference, new assignment operators, safer exception handling with 'unknown' in catch clauses, custom JSX factories, some great editor improvements, and more!
🔥 HTML Refactoring puzzle: 🔥
You need to refactor 10000+ files codebase:
🕵️♂️ Find all <a tags
🕵️♂️ ONLY with superLink attribute
🕵️♂️ and target=“_blank"
💥 And drop target attribute
How would you refactor this?
How long would it take?
I'll share how I did it in < 1 min tomorrow
ALT Diff, demonstrating example described i the tweet