Originally posted on my blog
React is a JavaScript library for building user interfaces. We can also extend it to build Multi-page applications wi...
For further actions, you may consider blocking this person and/or reporting abuse
Hey! Nice tutorial.
By the way, any reason to use
<Fragment>instead of<>?I use
Fragmentto not confuse beginners, it's much clear than<>. Anyway, thanks for your comment.Yeah, I agree with that.
<Fragment>is much clearer. Thanks for the reply!You're welcome.
The first code section needs: import React, { Fragment } from 'react'
They all need consistent indentation.
And make sure the other dependencies work: ./src/App.js
Line 27:6: 'FakeText' is not defined react/jsx-no-undef
Great tutorial thanks
This is awesome. Thanks a lot.
very detailed introduction to react router. all concepts clearly explained. Thank you so much :-)
Thanks for reading
What is fragment?