@t3dotgg the user's outdated corporate firewall didn't understand PATCH requests, that was a doozy
another one was AWS WAF blocking POST requests that contained the word "System". eg. {"title":"our System sucks"}
@Austen I find the snail, pick him up and track you down. I threaten you with the snail. You give me $9 million to kill the snail. I might be a psychopath but I’m not greedy.
@adambsilver That wouldn’t work well in a mobile app - imagine wanting to archive three messages on the third page. Instead of three quick swipes, you’d need to scroll to find your position again.
@adambsilver This is different from the other examples, as the edit form redirects back to the detail page, so it doesn’t matter that the scroll position is lost. In your first tweet, do you propose scrolling back to the first item in the list to show the success message?
@LadyBluenotes@solid_js I think since then I watched some solidjs videos and understood some concepts better, and the new linting rules helped a lot when migrating a React app to solid.
@LadyBluenotes@solid_js More examples for people used to thinking in React. I tried to make a simple editable table component in solidjs, but I got confused when passing props down multiple levels of components, do I pass the value or the signal, etc and how do I update stores with external data.