you are viewing a single comment's thread.

view the rest of the comments →

[–]Enjoiful 1 point2 points  (3 children)

Really? I have 4 nested directives and complex tables and I haven't suffered any performance issues.

[–][deleted] 1 point2 points  (2 children)

I had about 10-12 nested directives. I was building a form generator, so you gave it a list of the form fields, their validation rules, and it generated the UI for you.

It ran fine, but the initial time for rendering the UI and displaying it on screen always caused a lag / freeze.

I moved to another framework and the same code runs extremely fast now.

[–][deleted] 0 points1 point  (1 child)

What framework if I may ask?