I wonder if there exists a list of videos and blogs that one should watch/read in order to understan...
o
I wonder if there exists a list of videos and blogs that one should watch/read in order to understand Compose better? Preferably not very Android-centric, but rather how the whole Compose system works from snapshots and states, through groups to slot table, then to build LayoutNodes, and how to properly use it all. Not very deep, like compose compiler plugin, but also not very shallow.
f
Maybe not exactly what you are looking for but certainly full of information about Compose -> https://jorgecastillo.dev/book/
Not yet finished but worth every penny imho
j
Connection rejected for that site here
f
Try the leanpub page
j
that worked, 🙏
o
Wow, the book is something big :) Anything like “hitchhikers guide to compose” or Zachs video on snapshots? Those are manageable :)
j
c
There are videos from Leland Richardson on some of this (maybe they don't go all the way to LayoutNodes but they do talk about the slot table etc). Sorry I don't have a link handy
o
This recent one by Leland is good short description of Modifiers

https://www.youtube.com/watch?v=BjGX2RftXsU&t=1s

a
speaking of Leland, this one is quite brilliant too: The Compose Runtime, Demystified

https://youtu.be/6BRlI5zfCCk

goes into slot table and snapshot state
Then you have A Hitchhiker's Guide to Compose Compiler and Opening the shutter on snapshots which are waaay more low level
o
I am looking for more advanced content, than Hitchhikers, e.g. would like to find something deeper on groups and slot table. Will check video from 2019, thanks!
c
my fave on compose state explained/cheat sheet. very readable. 7 part series. by none other than the GOAT @ Zach Klippenstein (he/him) [MOD] https://dev.to/zachklipp/scoped-recomposition-jetpack-compose-what-happens-when-state-changes-l78