reactjs——小结 and More Resources

https://www.newline.co/fullstack-react/30-days-of-react/day-30/

Wrap-up and More Resources

We've made it! Day 30. Congrats! Now you have enough information to write some very complex applications, integrated with data, styled to perfection, tested and deployed.

Welcome to the final day! Congrats! You've made it!

The final component of our trip through React-land is a call to get involved. The React community is active, growing, and friendly.

Check out the community projects on Github at: https://github.com/reactjs

We've covered a lot of material in the past 30 days. The high-level topics we discussed in our first 30 days:

  1. JSX and what it is, from the ground up.
  2. Building components a. Static b. Data-driven components c. Stateful and stateless components d. Pure components e. The inherent tree-based structure of the virtual DOM
  3. The React component lifecycle
  4. How to build reusable and self-documenting components
  5. How to make our components stylish using native React proptypes as well as third party libraries
  6. Adding interaction to our compon...

(后续,见pdf)

原文地址:https://www.cnblogs.com/panpanwelcome/p/12659074.html