Would Love Some Wikipedia Project Feedback

Hey everyone!

looking for some feedback on my project!

http://codepen.io/tonybordeaux/full/jrWaZm/

Thanks in advance!

1 Like

You add data entries one by one. More performant way to do this is by storing them in a document fragment and then push the changes in one batch. You add comments to your code which is very good, but some comments are redundant (well named variable is enough).

1 Like

Thanks for the feedback Marzelin!

I had actually never heard of document fragment before, so it was fun to look it up and learn about it.

For any other people wondering how it’s used, I thought this was the most straight forward blog post:

1 Like

Awesome work! It looks like everything works nicely! You could try using bootstrap’s form or styling the form to make it look nicer.

I also finished my wikipedia viewer recently too! Check it out if you got time! =)

1 Like