Live data from Hacker News

Viewing profile — miroslavpopovic

miroslavpopovic

HN member
Joined
Wed, Feb 04, 2015, 2:15 PM UTC
HN karma
6
Public activity
12 items

About miroslavpopovic

No profile information was provided.

Recent public activity

  1. comment
    Comment #14553476

    Sorry, I didn't think about the arrow functions being used in class property syntax too. :) So yes, they do help with event handlers, I stand corrected.

  2. comment
    Comment #14549072

    Yes, class properties syntax. I mentioned that in the article.

  3. comment
    Comment #14549049

    We also have a strong JavaScript background. Preferring JavaScript instead of TypeScript. Cool, nice idea for the project!

  4. comment
    Comment #14548155

    Thanks! I guess we just run into knex first, found out it works nicely in our app and continued to use it.

  5. comment
    Comment #14548137

    > I didn't find anything in the original blog post in the tone of a "complaint". If anything, they were merely pointing out what kind of things they run into and their thoughts, wh…

  6. comment
    Comment #14548116

    Yes, class properties are the way to go.

  7. comment
    Comment #14548112

    Not a bad thing. Just a personal preference of trying to separate views and view models for a long time. I believe it just needs some time to get used to it. As I said, I really do…

  8. comment
    Comment #14548089

    Yep, the class property syntax helps with event handlers. As for C# and TypeScript, we also have a very strong JavaScript background, from vanilla pre-ES6 to the latest ES2017+. We…

  9. comment
    Comment #14546139

    Not using arrow functions in JSX code to define error handler. Yes, I believe you are right, that would create multiple handlers.

  10. comment
    Comment #14546045

    Yep, we are using arrow functions and other ES2015+ goodies, but they don't help with event handlers. In fact, I believe class property syntax helps with that, but we only figured …

  11. comment
    Comment #14545910

    Well, this is just my (and partially of my colleague) subjective opinion after spending a month working with it. Of course, that's due to change once I get enough mileage with it.

  12. comment
    Comment #14545876

    Hey @acemarke, thanks for the comment! For myself, I still have not decided whether I like JSX or not :) My colleague finds it great, and I like the declarative nature of it, just …