frontend-frameworks-showcase/dojo_demo2
Tomasz Półgrabia 4dd5fa2b15 Dojo demo2 - how not to use placeAt / place methods in dojo toolkit. 2021-09-30 21:17:01 +02:00
..
widgets Dojo demo2 - how not to use placeAt / place methods in dojo toolkit. 2021-09-30 21:17:01 +02:00
README.md Dojo demo2 - how not to use placeAt / place methods in dojo toolkit. 2021-09-30 21:17:01 +02:00
app.js Dojo demo2 - how not to use placeAt / place methods in dojo toolkit. 2021-09-30 21:17:01 +02:00
index.html Dojo demo2 - how not to use placeAt / place methods in dojo toolkit. 2021-09-30 21:17:01 +02:00

README.md

How to run it

npx serve

Why this demo has been made?

  1. Well, some wise people think it's wise to use domConstruct.place or widget.placeAt with 'last' mode in the updateUI (like one) method to replace content of the widget. Well, it tends to escalate pretty quickly in zombie-copy-like duplicated way.
  2. I was bored enough to get to know how dojo toolkit works.