The difference between const and readonly in C#

Beach ocean shore

const values need to be assigned right away, whereas readonly values can be computed dynamically.

readonlys act more like references to a memory location, whereas consts are baked in values.

Helpful: this Stackoverflow post

Bonus TIL - UI components that you can download on npm: https://21st.dev/