Traversing, this simple thing so difficult to explain
Eric Brehault
Traversing is a key concept in web navigation, yet it is pretty difficult to explain and most web developers don’t get it. Object traversal has been introduced by Zope decades ago, but mainstream technologies never approached it. The first objective of this talk is to attempt to explain traversing with simple words so you can explain it yourself to non-Zope/Pyramid/Guillotina developers. We will also analyse the mono-maniac usage of routing in the current frontend frameworks and identify how traversing could be a valuable alternative approach, more specifically in a Redux-based architecture.