Birkir Gudjonsson
Birkir Gudjonsson
Scenario: You post a comment. A placeholder comment is shown while the app makes a request to the API and waits for it to be resolved back with an ID....
Ideas to test and validate that the hackernews service is working as expected and won't break between code changes.
Sometimes when you're scrolling down in the comments, someone says something that makes you want to check the link again for clarification. Then you have to scroll to the top...
When opening a story, store how many `descendants` in AsyncStorage for future visits. Next time the story is opened, show difference since last visited in a toast at the bottom...
Hacker news users have reported that a specific ratio of upvotes and comments give indication of the story quality. Maybe we could introduce something similar to show in Story Screen
HMR does not work with [email protected]
I have an issue with Next.JS + css modules. Somehow, with css modules, the `module.hot.dispose` callback is not being fired. I am fixing this manually by adding the following snippet...
Hey toxicFork. Great work man! One idea... Currently there are a lot of references to browser api methods in modules such as DevtoolsHelpers and webglRenderer. Refs and even requirements to...
This pull request adds token metadata for ISKT
It looks like it's impossible to get reanimated to work. They use something called worklets, where babel will extract pieces of code into separate files that run in on a...