Skip to content

Instantly share code, notes, and snippets.

@mabsboza
Last active April 20, 2023 17:08
Show Gist options
  • Save mabsboza/9f5318d38e922292bbf06271f51ce960 to your computer and use it in GitHub Desktop.
Save mabsboza/9f5318d38e922292bbf06271f51ce960 to your computer and use it in GitHub Desktop.
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