Skip to content

Commit

Permalink
docs(paper): consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Feb 16, 2022
1 parent cdc6801 commit 429bc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper/paper.md
Expand Up @@ -39,9 +39,9 @@ When compared to other methods of virtual DOM rendering, these findings showed t

# Statement of need

Million is a Virtual DOM aimed at improving the performance of JavaScript UI libraries. It is designed to be a compiler-augmented JavaScript UI library, and is extensible to allow for complex functionality like components. The API for Million was designed to provide functional and composable building blocks for building modules for UI libraries.
Million.js is a Virtual DOM aimed at improving the performance of JavaScript UI libraries. It is designed to be a compiler-augmented JavaScript UI library, and is extensible to allow for complex functionality like components. The API for Million.js was designed to provide functional and composable building blocks for building modules for UI libraries.

Million was designed to be used by human-computer interaction (HCI) researchers for data visualization and web development. It is already being considered for use in static site generators, which have the potential to allow for faster interactive visualizations of data on the web.
Million.js was designed to be used by human-computer interaction (HCI) researchers for data visualization and web development. It is already being considered for use in static site generators, which have the potential to allow for faster interactive visualizations of data on the web.

# Related works

Expand Down

0 comments on commit 429bc76

Please sign in to comment.