React Fiber is an ongoing reimplementation of React's core algorithm. It is the culmination of over two years of research by the React team.
React Fiber is an ongoing reimplementation of React's core algorithm. It is the culmination of over two years of research by the React team.
- Directives are HTML attribute modifiers
- Expressions bind data to HTML
- Filters format data and coincidentally also filter
- Modules define Angular JS applications
- Controllers control AngularJS applications
- ng-app directive: Initiates an angular js application
- ng-model directive: binds value of HTML controls to app data
1. Go here https://github.com/coreybutler/nvm-windows and click Download Now to get nvm installer for windows
2. Close all command consoles
3. Run installer to install nvm
4. Start console and type nvm list to show the current list of node versions installed
5. Install 8.15.0 by running nvm install <version> if you don’t have this specific version
6. Run nvm use <version> to switch to that node version
7. To confirm run nvm list. The version with an asterisk is your current version You can always use node -v :-)
- How can you return multiple values from a method in C#?
- What's the difference between ref and out?
- What are the value and reference types in C#?
- What is the base class in C# for all data types?
- What is boxing and unboxing?
- What are pointer types in C#?
- What is the purpose of is and as operators?
- What is encapsulation and how is it implemented in C#?
- What is a struct and how is it different from a class?
- What is an enum?
- http://belkadan.com/blog/2015/11/Recommendations/
- https://v8.dev/docs
- https://www.jonathanturner.org/2016/10/programming-language-and-compilers-reading-list.html
- Building a compiler - https://www.youtube.com/playlist?list=PLRAdsfhKI4OWNOSfS7EUu5GRAVmze1t2y
- Writing an interpreter in GO - https://interpreterbook.com/
- http://craftinginterpreters.com/
- https://github.com/graphql/graphql-js
- https://github.com/jamiebuilds/babel-handbook
- https://github.com/jamiebuilds/the-super-tiny-compiler
- https://www.youtube.com/watch?v=iE7YRHxwoDs&feature=youtu.be