evnix

↗ HN profile [ 68.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I have been building good amount of CRUD apps for the past 10 years or so, but I feel stuck, like a massive wall in front of me. I started coding in 2010 when I was in High school using JScript and Microsoft PageBuilder…

  2. I am working only a high level dynamically typed language, I learnt how to make it work as an interpreted language(most of it is written in java and the heavy lifting is done by ANTLR parser generator) I have been…

  3. I have been using React.Component based Classes so far and they have worked really well. I have read the React FAQ, they seem to discourage the use of classes for newer code. Functions with Hooks don't seem like natural…