Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

jsnelders/test-react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20 July 2021: Respository is now obsolete and archived.


Rest React Playground

Edit on StackBlitz ⚡️

A simple test app while I'm learning React.js

Things To Add

  • Routing
  • <React.Fragment> act as a root element that does not render so we can group a set of child elements within the content of another Component.

Links to look into