Skip to content

Nemsae/website

Repository files navigation

rixi website banner

Personal website for Rixi

Bugs

  1. .route-fade-enter .route-fade-enter-active .route-fade-enter-done enter fade timeout does work, hover exit fade timeout does not trigger at all.
  2. Issue with Routes being re rendered, because of the link hovering capture fxn. this.state.hoveredLocation is changing.

SQUASHED Bugs

1 . captureHoveredLocation

//  BUG: issue with onMouseOver being triggered multiple times. Issue is most likely the event handler intereacting with child elements triggering it.
//  resetHoveredLocation was being called because the mouse "left" from parent to inner child.
//  Solution: use mouseEnter and mouseLeave instead of mouseHover and mouseOut

//  BUG: issue with onMouseOver being triggered first on child element. Hence `location` is "" because no id.
//  if event fires from child, check parent div for id then.
//  Solution: instead of setting location from "id", pass as an argument and bind in render.

Todos

  1. documentation
  2. Host on S3
  3. cd react-boilerplate.
  4. Run npm run setup in order to install dependencies and clean the git repo.
    At this point you can run npm start to see the example app at http://localhost:3000.
Created by and maintained with ❤️ by John Son.

Keywords: React.js, Redux, Hot Reloading, ESNext, Babel, react-router, Offline First, ServiceWorker, styled-components, redux-saga, FontFaceObserver


Bootstrapped with Max Stoiber's React Boilerplate

About

Personal website for Rixi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published