Unload values automatically

Currently, the lazy implementations load elements as they appear on screen, however, they are never unloaded once they go off-screen.

The algorithm should be updated so memory and the DOM are freed once components go off-screen.