Video: Basics of RequireJS
Join the DZone community and get the full member experience.
Join For Free I’ve posted a new video, the basics of Require JS.
Outline:
Intro
- Jesse Warden
- Software Consultant at Web App Solution
- growing software firm
- Require JS
- why, what, and some examples
- basic, not covering optimizations/compiling for production
- ActionScript, java, python, ruby, C#, Lua
- classes
- packages
- libraries
- scope
Why?
- code organization
- code scalability
- optimize code
- multi-developer teams
- nested dependencies
- ease of use vs. compilation
- asynchronous
What?
- define
- require
- config
Examples
- unit tests
- router example
- handle bars example
- typescript
unit test
Software
app
Ease (programming language)
Python (language)
Scalability
teams
Dependency
Production (computer science)
Published at DZone with permission of James Warden, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments