2 comments

  • gajus an hour ago

    There is a lot of jargon in the title, but the key things to know about Bamboo are that:

    * it eliminates all runtime overhead for static styles

    * it pre-computes all dynamic styles leaving only boolean logic in runtime

    * parsing all your source code is computationally expensive, therefore parts of Bamboo are written in Rust and leverage Oxc to make it fast

    Happy to take any questions