Giter VIP home page Giter VIP logo

change-detection-in-web-frameworks's Introduction

Implementation details of change detection in web frameworks

This repository demonstrates implementation details of change detection in web frameworks. For background, check out What every front-end developer should know about change detection in Angular and React. The repository also includes playground project where you can experiment with various change detection libraries.

Vanilla JS

The example is implemented in the js folder. It includes basic implementation of change detection using the setter JS functionality

Run the example

$ npm run js

Angular

Demo includes an Angular component compiled with the new Ivy compiler. The template property of the ngComponentDef contains the code executed during each change detection cycle.

Run the example

$ npm run angular

React

Demo includes a React component and the implementation of change detection in react.js using v-dom library.

Run the example

$ npm run react

change-detection-in-web-frameworks's People

Contributors

m-sureshraj avatar maxkoretskyi avatar

Watchers

 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.