Skip to content

CognitiveJS is a yet another front-end framework for making the development process a bit easier

Notifications You must be signed in to change notification settings

alperderman/CognitiveJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CognitiveJS

CognitiveJS (previously called DCG) is a front-end JavaScript framework/library for rendering dynamically declared contents and templates on DOM. Compared to the other frameworks, Cognitive aims to write minimal amount code as possible.

Cognitive broadly inspired by Knockout. As opposed to Knockout however, Cognitive doesn't have a design pattern and it can be used as a pre-processing framework with certain modifications.

See more information about in on the documentation.

Example

<html>
<head>
    <title>CognitiveJS</title>
</head>
<body>

    <p data-prop="text:'%hello%'"></p>

    <script src="cog.js"></script>
    <script>
        cog.data = {
            hello:"Hello World"
        };
        cog.bindAll();
    </script>

</body>
</html>

About

CognitiveJS is a yet another front-end framework for making the development process a bit easier

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published