# A tutorial for building web applications with Incr\_dom

DevFeed: [A tutorial for building web applications with Incr\_dom](<https://devfeed.tech/articles/a-tutorial-for-building-web-applications-with-incr-dom-20146.md>)

Original publisher: [Read original article](<https://blog.janestreet.com/a-tutorial-for-building-web-applications-with-incrdom/>)

Author: James Somers

Published: 2019-01-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jane Street](<https://devfeed.tech/sources/jane-street.md>)

Topics: [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [building](<https://devfeed.tech/tags/building.md>), [framework](<https://devfeed.tech/tags/framework.md>), [react](<https://devfeed.tech/tags/react.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [web](<https://devfeed.tech/tags/web.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>)

## AI overview

Jane Street introduces example-driven tutorials for building web applications with its Incr_dom framework. The tutorials cover getting started and using more advanced framework features through sample application teardowns.

## Source excerpt

At Jane Street, our web UIs are built on top of an in-house framework called Incr_dom, modeled in part on React's virtual DOM. Rendering different views efficiently in response to changes made to a shared model is a quintessentially incremental computation--so it should be no surprise that Incr_dom is built on top of Incremental.