Viewing profile — sktguha
sktguha
HN member- Joined
- Fri, Nov 06, 2015, 2:56 PM UTC
- HN karma
- 22
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About sktguha
Recent public activity
- story
- story
-
comment
Comment #25862144
You could perhaps use es6 templates for better readability
- comment
-
comment
Comment #25257034
How is it different from something like node localstorage ?
-
comment
Comment #25197516
cool stuff!
-
comment
Comment #25164794
Yes I am curious to see how it evolves
-
comment
Comment #25158733
I believe React native is already there for windows 10, not sure how mature it is however.
- story
-
comment
Comment #25122656
yes agreed. very well said.
-
comment
Comment #24860016
Hi, I had a related question. I want to make a VSCode extension for highlighting state and props in React in a different colour. How would I do that. Any tips ?
-
comment
Comment #24859851
The idea is similar to code snippets in vscode, but here the difference is you can specify any arbitrary node.js script to run. So if you select some text in vscode and press a sho…
- story
- story
-
comment
Comment #24637251
Add React and Redux also . Although Redux is a lot simpler
-
comment
Comment #24609647
you could possible write an IDE plugin that hides the types information and only show them on hover etc. I don't think this reason is that strong of a point IMHO.
-
comment
Comment #24604815
indeed . so the galaxy cluster might have moved by a really massive distance, assuming even if there is some universal coordinate system
-
comment
Comment #24604775
interesting thought
-
comment
Comment #24567835
I mean of course, that would be nice. But the thing is modern editors like vscode will automatically convert class statements to className if you copy paste plain html from elsewhe…
-
comment
Comment #24503046
That's a great idea!
-
comment
Comment #24456052
Mind sharing your company name ? , just curious
-
comment
Comment #24435172
How did you work remotely without screen sharing and all ? I mean what if the need to something similiar to screen share arose ?
-
comment
Comment #24432046
I wonder if any intelligent civilisation was there on that galaxy,how incredibly advanced it must be by now , assuming it has survived till now.
-
story
Show HN: For Hacker News,simple bookmarklet: toggle show/hide of child comments
javascript:window.hf = !window.hf; [...document.querySelectorAll('.ind')].filter(el=> el.firstChild.width !== 0).forEach(td => td.parentElement.style.display =window.hf?"none":"blo…
-
comment
Comment #24411979
>event sourcing is almost never a good idea Wait isn't event sourcing the fundamental principle of redux ? And redux is the most popular UI state manager library out there. and why…