Giter VIP home page Giter VIP logo

crypto-order-book's Introduction

Order Book submission

production link: https://jacob-8232021.vercel.app/

Considerations

Performance

  • monitoring through Lighthouse analytics scores and React profiler
  • re-render prevention through useEffect dependency management and useMemo
  • ui repaint throttling and requestanimationframe scheduling for device specific throttling

Security

  • JSON consumed with JSON.parse()
  • all consumed JSON data escaped with data binding to avoid injection and XSS
  • security sweeps with Snyk(https://snyk.io/) and built in npm audit tools

I am using react-scripts to easily enable out of the box rapid testing and hotloading. This is not a package I would use in a real production environment due to security concerns

Styling

  • Assumptions: no clarification provided on hover states, focus states, or animations/transitions
  • with above assumptions I decided to use primarily Inline styles for speed and ease of use. If more complex styles were required I may have used style sheets with a CSS post processor like LESS or SCSS.
  • some media queries are used for mobile to desktop adjustments

crypto-order-book's People

Contributors

jayvickers avatar

Watchers

James Cloos avatar  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.