htl-perg-2018-19-4bhif / pokemon-list-example-michaelhitzker

pokemon-list-example-michaelhitzker created by GitHub Classroom
MIT License
0 stars 0 forks source link

Links #1

Open michaelhitzker opened 5 years ago

michaelhitzker commented 5 years ago

Link to clientside rendering: https://www.michaelhitzker.com/htl/pokelist/clientside/ Link to serverside rendering: https://www.michaelhitzker.com/htl/pokelist/serverside/

rstropek commented 5 years ago

Hi @michaelhitzker!

Very well done 👍, that's +3 points for you.

Just one tip: Your client-side implementation contains quite a bit of code for building HTML. You could also use Handlebar for that, just like you did on the server-side. You do not absolutely need a server to execute templates. It is possible on the client, too.

Greetings, Rainer Stropek.