Viewing profile — xatxat
xatxat
HN member- Joined
- Sun, Sep 02, 2012, 3:00 PM UTC
- HN karma
- 382
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About xatxat
Recent public activity
-
comment
Comment #44943240
The AQ2 community perceived CS as way too slow though. No wonder when you are used to strafe jumping through team jungle and urban :-)
- story
-
comment
Comment #33424550
congratulations on launching! we created a website builder for nft artists called butiq.art where we will test the simplehash api in the next weeks. on a side note, if you ever nee…
-
comment
Comment #30751967
I think people with enough experience in software development know quite well if the code they are currently writing is going to be testable or not.
- story
-
comment
Comment #22518244
In Germany they are tracking down clusters. As a random person you won't get tested, unless you visited a risky region, had contact with an infected person or your doctor orders a …
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #18831845
I use this stack: Frontend: React - Unstated (or just setState) - Axios - Plain CSS (with BEM notation) - Create React App - Prettier - Jest Backend: Node.JS - Express - Knex - Pos…
- story
-
comment
Comment #16921476
You can do that, but you will need to find a way to re-render the components which use that service, after something changed.
-
comment
Comment #16921351
They are used to create arrays. You are able to subscribe to multiple containers: {(counter, someOther) => ()}
-
comment
Comment #16920667
Yeah, I agree that this is an edge case (nothing that I run into on a daily base) and the ContinentLists example might not be the best in this context. Something like a Dashboard w…
-
comment
Comment #16920018
I wouldn't store it as array in Redux because that would be too limiting (e.g. let's say I want a continent-list which is decoupled from the other continent-lists). If I would be f…
-
comment
Comment #16919707
For example if you have multiple lists of continents and each one needs its own collapsed state. Maybe the user can even dynamically add/remove such continent lists in the UI. IMHO…
- story
- story
- story
- story