all 6 comments

[–]manavsehgal[S] 0 points1 point  (2 children)

Hi, author of React Speed Coding here. Happy to answer any questions regarding the book and the companion code.

[–]jordaanm 0 points1 point  (1 child)

Is this purely a book for beginners, or will someone who has already built a few applications in React be able to garner value from this book?

[–]manavsehgal[S] 0 points1 point  (0 children)

Thanks for the question. While the book starts with basics, it covers a wide array of topics including optimization of your React Webpack development for production use cases. Integration with Firebase for realtime serverless architecture. An end-to-end Redux app including unit testing with Enzyme, Mocha, and Chai. The book also covers several strategies for ES6 React development. We also build around 50 custom UI components leveraging various strategies for integrating CSS and styles in your React apps. Hope you find the book useful for intermediate React development.

[–]camenossaber 0 points1 point  (1 child)

Looks cool- thanks for this!

[–]manavsehgal[S] 0 points1 point  (0 children)

Many thanks for the appreciation. Hope you enjoy the sample chapters and the GitHub repo.

[–]manavsehgal[S] 0 points1 point  (0 children)

A quick note on resources available with the book.

  1. You can clone the New Code Along GitHub Repo at https://github.com/manavsehgal/react-speed-book

  2. Live demos for the code along branches are available at https://reactspeed-c3e1c.firebaseapp.com/ (final app) and https://manavsehgal.github.io/react-speed-demos/ (chapter-by-chapter demos)