Live data from Hacker News

Viewing profile — sktguha

sktguha

HN member
Joined
Fri, Nov 06, 2015, 2:56 PM UTC
HN karma
22
Public activity
61 items

About sktguha

Frontend engineer, working in react and redux and JavaScript ,at Salesforce banglore, India

Recent public activity

  1. story
  2. story
  3. comment
    Comment #25862144

    You could perhaps use es6 templates for better readability

  4. comment
  5. comment
    Comment #25257034

    How is it different from something like node localstorage ?

  6. comment
    Comment #25197516

    cool stuff!

  7. comment
    Comment #25164794

    Yes I am curious to see how it evolves

  8. comment
    Comment #25158733

    I believe React native is already there for windows 10, not sure how mature it is however.

  9. story
  10. comment
    Comment #25122656

    yes agreed. very well said.

  11. 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 ?

  12. 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…

  13. story
  14. story
  15. comment
    Comment #24637251

    Add React and Redux also . Although Redux is a lot simpler

  16. 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.

  17. 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

  18. comment
    Comment #24604775

    interesting thought

  19. 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…

  20. comment
    Comment #24503046

    That's a great idea!

  21. comment
    Comment #24456052

    Mind sharing your company name ? , just curious

  22. 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 ?

  23. 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.

  24. 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…

  25. 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…