Название: 5 Practical React Projects
Автор: Nirmalya Ghosh, Michael Wanyoike
Издательство: SitePoint
ASIN: B0778YMKMR
Год: 2017
Страниц: 91
Язык: английский
Формат: epub, pdf (conv)
Размер: 10.4 MB
This book is a collection of in-depth tutorials, selected from SitePoint's React Hub, that will guide you through some fun and practical projects. Along the way, you'll pick up lots of useful development tips.
React is particularly known for creating user interfaces using a component architecture. Each component can contain internal state or be passed data as props. State and props are the two most important concepts in React. These two things help us determine the state of our application at any point in time. If you're not familiar with these terms, please head over to the React docs first.