|
|
|
|
|
by tomlagier
2181 days ago
|
|
Turbolinks is a full front-end framework. It just makes you manage the DOM diffing yourself by annotating nodes with various data attributes so that they are replaced, persisted and cached properly as navigation occurs. It might be smaller or faster than other frameworks, but it definitely has much of the complexity and pitfalls of its brethren. |
|