Viewing profile — miroslavpopovic
miroslavpopovic
HN member- Joined
- Wed, Feb 04, 2015, 2:15 PM UTC
- HN karma
- 6
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About miroslavpopovic
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #14549072
Yes, class properties syntax. I mentioned that in the article.
-
comment
Comment #14549049
We also have a strong JavaScript background. Preferring JavaScript instead of TypeScript. Cool, nice idea for the project!
-
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.
-
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…
-
comment
Comment #14548116
Yes, class properties are the way to go.
-
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…
-
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…
-
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.
-
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 …
-
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.
-
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 …