Deleplace / programming-idioms

A collection of good snippets, in a lot of languages
Apache License 2.0
128 stars 8 forks source link

Consider vanilla JS #82

Open Deleplace opened 6 years ago

Deleplace commented 6 years ago

Frameworks tend to incur a difficult-to-decrease overhead in file size, and in rendering time.

Try to not use any

Deleplace commented 6 years ago

Note that the JS is impacted by the choice of server-side rendering vs client-side rendering.

Deleplace commented 6 years ago

Possible strategy to balance high-performance, SEO, lightness : For the rendering of an "idiom detail" page

Deleplace commented 6 years ago

Optionally, consider sever-side rendering of several implementations for the same language, when they exist.