Skip to content

Commit

Permalink
#414986 > regular loading
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 9, 2024
1 parent 95443f1 commit 282e29b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/edge/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,14 @@ Here is some examples:
(Example HEADER)[https://github.com/adobe/aem-boilerplate/blob/main/blocks/header/header.js]

Advances:
1 - Simple to add events etcs
1 - Simple
2 - Functional approch good for testing
3 - usign modules allow importing from other libraries

Disavantages
1 - Blocks need to be executed manually in every element
2 - Any new dom needs be decorated manually
3 - Limited reusability of a "component"
4 - Too opniated, easy allows bad code
5 - no clear life cicle of a block
4 - Too opniated allows to free style coding / no code best practices enforcing
5 - No clear life cicle of a block
6 - Uses semantical data as parameters and passing options

0 comments on commit 282e29b

Please sign in to comment.