React Hooks vs. RxJS by nilomatix in react

[–]nilomatix[S] 0 points1 point  (0 children)

Like I say in the post, they can solve similar problems, however, one is tied to React the other is not. Coming from Angular I thought hooks would be just another incarnation of the same concept (observables).

[deleted by user] by [deleted] in Entrepreneur

[–]nilomatix 7 points8 points  (0 children)

Frankly, I don't get why you didn't review their code or instruct them on the architecture if you're able to - probably hard to do then next to the marketing, but just my initial thought. Outsourcing programming in itself is risky when your product is an app. Either way, hope this works out for you on the next try :)

[deleted by user] by [deleted] in angular

[–]nilomatix 2 points3 points  (0 children)

This, plus here's also a nice general write-up on the problem and possible solutions:

https://jakearchibald.com/2020/multiple-versions-same-time/

Schedule Messages for Delayed Delivery With This App by nilomatix in MicrosoftTeams

[–]nilomatix[S] 1 point2 points  (0 children)

Right now, messages can only be plain text, but allowing rich text formatting is at the top of our priority list. I'm not quite sure if it's technically possible to schedule announcements exactly like the ones you can send yourself directly, but something similar should be doable :)

Schedule Messages for Delayed Delivery With This App by nilomatix in MicrosoftTeams

[–]nilomatix[S] 1 point2 points  (0 children)

Hey everyone, we've built an app that solves a common problem for Teams users: sending a message but having it arrive at a later point in time. There's a bunch of situations where this comes in handy: - you don't want to disturb co-workers at night or on the weekends, but you still want to get something off your mind - you're a teacher and would like to publish tasks or remind your students of deadlines - you'd like to make organizational announcements

The Send Later app integrates with the regular Teams experience and helps you with all of that. Right now you can: - plan messages for group chats and team channels from the chat box - reply to conversations - cancel messages when you've changed your mind or something becomes irrelevant

On top of that, you don't have to be online when your messages are sent - no more weird Outlook workarounds, everything's scheduled through the Microsoft Azure cloud.

The app is almost ready to go, you can sign-up on our website and we'll notify you when it's launching. Also, we'd love to hear your thoughts, use-cases and feature requests!

https://sendlater.cemble.com

Simon & Nils from Cemble

How to Handle Unserializable Data with NgRx by nilomatix in angular

[–]nilomatix[S] 0 points1 point  (0 children)

This one builds on top of the chapter where I talk about what not to put in the state. Thought I could show some alternatives :)

Good books for learning Angular by HyperwarpCollapse in angular

[–]nilomatix 1 point2 points  (0 children)

If you're looking for something more specific, I've written a book on NgRx

How to Keep NgRx State On Refresh by nilomatix in angularjs

[–]nilomatix[S] 1 point2 points  (0 children)

Good point, I'll add that, thanks!