Skip to content

pszymanski95/react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Playground

React Playground is a place to run and play with React. Here, you may find some of React features and basic concepts with brief comments. This project contains separated components for each topic.

TODO list

  • Portals
  • Concurrent mode
  • Dynamic imports (Code splitting)
  • Suspense
  • Profiler
  • Memo
  • useMemo and useCallback

and more...

How to start the app?

In the project directory, you can run:

yarn install

This will install all necessary dependancies into node_modules folder.

yarn start

This will start the app server. App should be automaticaly opened in new default browser window, but still you can go to the http://localhost:3000 address (port may differ, you can find it in the console).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published