T3js v2.7.0 release, JavaScript framework

Source: Internet
Author: User

  

Unlike the MVC framework, T3 is built on the concept of a scalable JavaScript application architecture to create loosely coupled, less-model systems to create large JavaScript applications.

Use T3 to decide what type of component you create, so that all things can be divided into three categories:

Services: Libraries that provide additional tools for your app, such as Cookie utility, URL Encoder/decoder, popup menus

Modules (Modules): Modules can use services to accomplish tasks, but modules cannot directly reference other modules

Behavior (Behaviors): A hybrid module that is designed to allow the connection of events that are shared by multiple modules. For example, block link clicks to perform AJAX navigation. Behaviors can use services to accomplish tasks, but they cannot directly reference modules or other behaviors

Almost all builds conform to one of these three categories, and the ability to mix and match them is sufficient to create many different types of user experiences, and this does not prevent the use of backbone, react, or other frameworks to add to T3, T3 just helps individuals better organize their code, Allows the engineer to spell out a completed client stack based on what they want.

  

Http://mt.sohu.com/20160906/n467755385.shtml

Http://mt.sohu.com/20160906/n467736210.shtml

Http://mt.sohu.com/20160906/n467736283.shtml

T3js v2.7.0 release, JavaScript framework

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.