Quick Reads About Stackless

audience developer
level beginner
topic guidelines

Build tools are a burden

JavaScript build tools are useful for performance optimization but they complicate all other stages of development. Reserve them for deployment only.


Quick Read

Routing sucks

Routing introduced by frameworks obscures the code that generates a web page, making it difficult to maintain an application.


Quick Read