SYMBOL INDEX (27 symbols across 5 files) FILE: src/actions/index.js constant TIME_TICK (line 1) | const TIME_TICK = "TIME_TICK"; constant TICKER_STARTED (line 2) | const TICKER_STARTED = "TICKER_STARTED"; constant CREATE_PARTICLES (line 3) | const CREATE_PARTICLES = "CREATE_PARTICLES"; constant START_PARTICLES (line 4) | const START_PARTICLES = "START_PARTICLES"; constant STOP_PARTICLES (line 5) | const STOP_PARTICLES = "STOP_PARTICLES"; constant UPDATE_MOUSE_POS (line 6) | const UPDATE_MOUSE_POS = "UPDATE_MOUSE_POS"; constant RESIZE_SCREEN (line 7) | const RESIZE_SCREEN = "RESIZE_SCREEN"; function tickTime (line 9) | function tickTime() { function tickerStarted (line 15) | function tickerStarted() { function startParticles (line 21) | function startParticles() { function stopParticles (line 27) | function stopParticles() { function updateMousePos (line 33) | function updateMousePos(x, y) { function resizeScreen (line 41) | function resizeScreen(width, height) { FILE: src/components/Particles.jsx class Particles (line 4) | class Particles extends Component { method componentDidMount (line 8) | componentDidMount() { method drawParticle (line 16) | drawParticle(particle) { method componentDidUpdate (line 22) | componentDidUpdate() { method render (line 42) | render() { FILE: src/components/index.jsx class App (line 9) | class App extends Component { method componentDidMount (line 12) | componentDidMount() { method updateMousePos (line 40) | updateMousePos() { method updateTouchPos (line 45) | updateTouchPos() { method render (line 50) | render() { FILE: src/containers/AppContainer.jsx class AppContainer (line 14) | class AppContainer extends Component { method render (line 25) | render() { FILE: src/reducers/index.js function appReducer (line 19) | function appReducer(state, action) { function particlesReducer (line 48) | function particlesReducer(state, action) {