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…
7
10
36
Kir JS @ NYC retweeted
You know what we need? Type safe dates typescriptlang.org/play?#cod…
12
92
448
Another Raid Complete! Another Raid Boss Taken Down github.com/HorusGoul/atom-pw… Complete React Hook Conversion! ⚔️ ~12 Contributors 🗃️~86 Files Added/Changed 💻 A Blistering 182 Commits!!! 📆 only 9 Days! @michaelpeyper @marcosvegaMoro @_nobrayner @yagopereiraaz
2
9
43
💡#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…
2
85
276
Kir JS @ NYC retweeted
angular.io/guide/contributor… is a good place to start! ✨
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
1
10
71
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
1
12
46
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 ✨🚀
10
32
120
Kir JS @ NYC retweeted
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!)
2
2
13
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 🙂
7
53
131
Kir JS @ NYC retweeted
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.
7
25
101
📢📢📢 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
4
117
241
Kir JS @ NYC retweeted
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.
14
56
🔥 Typings for @angular/router Awesome work from @retarsis
👋 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
1
1
9
Kir JS @ NYC retweeted
a fascinating way to enjoy the work 😏
🤩 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/
1
2
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!
10
Kir JS @ NYC retweeted
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 🧙🏻‍♂️
5
10
Kir JS @ NYC retweeted
🥳🎉 TypeScript 4.0 is here! 🎉🥳 Read up on what's new and get it today! devblogs.microsoft.com/types…
50
2,194
5,384
Having used Angular for the last few years what do you think are its main strengths? 💪 #Angular
40% Comprehensive feature set
41% Tooling & ecosystem
7% Community & conferences
12% Stability & support
1,141 votes • Final results
16
20
44
🔥 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
5
1
11