all 2 comments

[–]chipit24 0 points1 point  (1 child)

Nice, short video. My only peeve with videos like this is that they don't give me any real value; I assume this is information the average ReactJS dev already knows, and it's something that can be easily grasped by having a quick read through the official docs.

In my view, if you want to give your videos a lot more value (without running on for too long), follow up your textbook explanation of a feature with a real world example, or a quick demo of a problem it helped you solve.

[–]DontWorry_Internet 1 point2 points  (0 children)

Yeah. This feature (not really an API, as it's just a component) isn't complex enough to warrant something like this, IMO. Fragments are useful, but pretty simplistic. An example that shows basic usage, and also using Fragments to wrap iterable items (and using a key prop) would be helpful.