paddockpass/react/3/NOTES.md
Christopher Talib a1f4ec8608 done 3
2019-07-19 15:25:01 +02:00

269 B

Notes

Props

Props stands for properties. A system for passing data from a parent component to a child component. The goal is to customize or configure the child component.

Props are objects so the fields have to be called as methods: props.author for instance.