Got a simple take a home test which I completed in around an hour. The feedback (negative) whas the following: 1) Did not use typescript "enough" --> even though the ts-code-coverage was above 90% 2) Should've splitted the code in multiple files instead of having all in /pages/index.tsx --> whole file was 147 lines so no need to split it I only did the first step of the interview process and I am giving feedback on what I saw. Worst interview process so far for me.
Perguntas de entrevista [1]
Pergunta 1
The take a home test consisted in displaying data from an API and show it as an infinite list. Each block should display 3 elements of the res and when the user scrolls the page, the next block of data is loaded and displayed.