Giter Site home page Giter Site logo

trees's Introduction

Libraries

  • using redux for state
  • using redux saga for side effects (though there is only 1)
  • using reselect to isolate store state shape from components
  • using immer inside of redux reducers to simplify state transitions
  • using d3 for scales, shapes and pan/zoom
  • using react-spring to animate the total count

Interacting with the API

  • using web workers to load and transform the raw api data
    • due to lack of querying capabilities with the api (or at least unknown to developer) the entire dataset has to be loaded. This is potentially expensive and will continue to scale with the size of raw dataset.

Todo

  • understand Parcel large bundle size

    • i've never seen these sorts of large file sizes when using webpack
  • loading state

    • make use of worker loading / transforming data to provide loading feedback at startup
  • unify styling

    • most static style is in main.css standard modern css (including vars)
    • most dynamic style is inline css-in-js
  • add unit tests for reducer

  • fix mouseover position in "daily" view

  • integrate "milestones" component

    • this allows users to slide through various milestones e.g. "10k trees planted"
    • the graph would automatically zoom to the point to show the day etc.

trees's People

Contributors

rssfrncs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.