Profile avatar
cathalmacdonnacha.com
Principal Frontend Engineer @wpengine. Follow along for frontend tips on React โš›๏ธ Testing ๐Ÿงช UI/UX ๐Ÿ–ฅ. My blog โœ๏ธ http://cathalmacdonnacha.com
83 posts 74 followers 168 following
Regular Contributor
Active Commenter
comment in response to post
"We'll do that as a fast follow" ๐Ÿ˜€
comment in response to post
Meant to say "followed on BlueSky" ๐Ÿ˜.
comment in response to post
Great tool! I also unfollowed those on Twitter that I've followed on Twitter. Kinda like a checklist. I'm close to deleting my account now as most people are over here.
comment in response to post
Yep. That way you can eventually close your twitter account and just reference BlueSky whenever you want to look back.
comment in response to post
One big reason I found is because most libraries don't make it easy to switch between versions in their docs. Junior devs are often confused why the docs they're referencing don't match up with the code they're writing.
comment in response to post
Yep, valid point. Should be able to address that with proper CSRF token management.
comment in response to post
Nice. Since it requires a code change, you just know deep down that the "new" tag is going to stay there forever.
comment in response to post
Yes please ๐Ÿ™
comment in response to post
Works very well on mobile ๐Ÿ‘
comment in response to post
Nice. What kind of machine are you running these on? The speeds will vary widely depending on that. It'll be fast in an M3 MacBook, but could be slow on your CI/CD machine.
comment in response to post
That's great to hear. I've been unfollowing people on Twitter as I follow them over here, acting as a checklist. Hoping to get it close to 0 soon ๐Ÿ˜.
comment in response to post
They really need to allow us to also take the BlueSky handle to avoid this.
comment in response to post
I did get excited when I saw the follow at first ๐Ÿ˜‚ Reported!
comment in response to post
Remix singles really hit it home for me too.
comment in response to post
It's especially important in E-Commerce websites. Just yesterday I was looking at some products which I wanted to send to a friend. I had them filtered but since the URL didn't include that filtering, they also had to go through it themselves.
comment in response to post
I'm really enjoying it as well...but something in me is wondering how long it can last. Man Twitter really burnt us.
comment in response to post
Sounds complex ๐Ÿ˜
comment in response to post
This would be great. We have everything pretty hard coded and repetitive. It would be nice to have a single source of truth for our dynamic mock data.
comment in response to post
I think that would be a good idea. I feel like people are blind to MSW warnings since folks often see them for API calls which haven't been mocked yet (which is a good warning btw).
comment in response to post
I know it's not the same, but I _think_ MSW spits out a console warning message when you do include them.
comment in response to post
Absolutely agree. Same when it comes to trying to achieve 100% code coverage, you can spend an enormous amount of time trying to get to the last few percentages and it's rarely worth it.
comment in response to post
Really happy for you. This seems like the perfect fit. Best of luck ๐Ÿ‘
comment in response to post
Fellow <1k followers here. Might need one for <100 ๐Ÿ˜‚
comment in response to post
I would have to CTRL + C every single time when using webpack ๐Ÿ˜‚
comment in response to post
Yea that makes sense. For something new it's great to be able to visualize it. A picture paints a thousand words and all that. Of course it helps to have dedicated docs to be able to lookup something specific though.