Last active
April 20, 2023 17:08
-
-
Save mabsboza/9f5318d38e922292bbf06271f51ce960 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import User from '../User' | |
function Welcome() { | |
return ( | |
<div className="Welcome"> | |
Welcome page rendered after login | |
<h1>How to Use and Implement Context and useContext Hook with example React's Hooks </h1> | |
</div> | |
); | |
} | |
export default Welcome; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment