Props vs Entities #318
-
Perhaps I'm missing something obvious here, but it's not clear to me from the docs what the difference is between Props vs Entities. Why would you use one over another or both together? |
Beta Was this translation helpful? Give feedback.
Answered by
NetanelBasal
Aug 23, 2022
Replies: 1 comment 1 reply
-
Entities: You can think of an entities state as a table in a database, where each table represents a flat collection of similar entities. Elf's entities state simplifies the process, giving you everything you need to manage it. Props: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bmayen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Entities:
You can think of an entities state as a table in a database, where each table represents a flat collection of similar entities. Elf's entities state simplifies the process, giving you everything you need to manage it.
Props:
Freestyle props