@abinavseelan
UI Engineer @Flipkart • https://abinavseelan.com 🙃
Nothing here yet.
Nothing here yet.
No blogs yet.
I have a textarea that supports keyboard shortcuts, some of which manipulate the text inside the textarea and change the cursor position. Currently, doing a cmd + z does not correctly undo the last change, but rather undoes the the last thing I typed...
Let's say I'm building a note-taking app and I periodically sync the note's content with the server. If there is a diff, then the content is stored, else ignored. What would be the ideal status code to send back if there is no diff and no operation ...
For example, when react-router moved to v4, there was a significant paradigm shift in the way react-router worked. If your application was heavily invested in react-router, migrating to v4 was a painful experience. PS - I don't mean to call out react...
Let's say we take facebook as an example. The feed in facebook is infinitely scrolled. Since the indexing bot cannot perform human interactions like scroll (or at least that's my assumption here ... correct me if I'm wrong. 😛), how do I make sure th...