Documentation : Frontend How To's
I would suggest creating a page for having a quick overview of small architecture How To's that were decided in the past where everyone can lookup if they need to solve a specific basic usecase/problem, which libraries are there, examples where it was used etc. So that we don't end up adding a second library/function cause we forgot which was added in the past
Topics that come to my mind :
-
Calling Backend (Specific Library ? Promises ? -
Date Formatting (Which library ? Default Format ?) -
Configuration (JSON Files ? Where do they go ? -
Client Side Statistic Tracking -
i18n -
Charting -
Specific UI Controls (by example how to do Tooltips ? Modals, etc. ?) -
Uploading -
Frontend Logging -
Available Utility Libraries (underscore / lodash ?) -
Fileviewers (Used Libraries) -
Caching / Cache Busting -
Icons (Font / SVG Sprite ?) -
Lazy Loading of Images ? -
Local Storage (What is saved there ?) -
Clipboard Handling