/travel-project

React-based project with usage of hooks and ReactRouter. There are also fetch on scroll and popup mechanisms.

Primary LanguageTypeScript

Site for customazing travel path.

npm run start to run project

Main Parts:

  • Popup: PopupService, App (for register service in ReactContext), ResultPopup, TourPage (calling)
  • hooks: withActualCallback (thats all for now, almost everywhere I use just useState, useEffect)
  • load-on-scroll: Porter(loader), TourPage -> Gallery(usage)
  • ActiveElements: withNavigation(HOC for active state), Gallery and NavBar(usage)
  • Router: App, NavBar

TODO:

watch my issues