Now you can create your restaurant menu with our application, no design skills are required, have a look at this video and let us know what do you think about it:
youtu.be/kWz0Vf7JZmI#QRcode#qrcodegenerator#saas
Many would argue that you should not build everything from scratch, they say use as much libraries as you can, to save your time and energy. We think this is not correct.
#coding
1/4
The result is huge bundle size and a loader that keeps spinning for a few seconds … we try to avoid that as much as we can. The result is that our bundle size is always minimum with no extra functionality that is not needed.
3/4
At some point, there is no other way around, so we would load large libraries dynamically, only when a component is rendered we load the underlaying library … examples of those: chart.js and Monaco editor.
4/4