HasanHuseyinDemir / Content

Dynamic and easy to use javascript framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

Dynamic and easy to use javascript spa framework

Example-Pages(Old Versions):

First Page: Demo | Repo
Simple Router: Demo | Repo
Static-Pages: Demo | Repo
With Module: Demo | Repo

Made-With-Content:

YourGallery App(contentjs 1.1) : Demo | Repo

Optional

The observe plugin ensures to keep the performance at the highest level in state changes. Also, thanks to the watch class, a function that is triggered when the desired value reaches the specified value can be defined.


CDN Link:
<script src="https://cdn.jsdelivr.net/gh/hasanhuseyindemir/Content/plugin-observe/observe-content-1.16.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hasanhuseyindemir/Content/versions/content-1.21.2.js"></script>

Version History:

1.20

Props {%props.variable%}
Slot {%slot%}
You can use page with custom keyword or key attributes
26 October 2022

1.19.9

Set("Target") and content.render optimizations
26 October 2022

1.19.8

Huge Optimizations and Better User Experience
26 October 2022

1.19.1

#key feature for nested pages
18 October 2022

1.19

Component Namer
Minor Bug Fix
17 October 2022

1.18.6

Script Executing Problems Fixed
16 October 2022

1.17.3.1

"__" scope feature
7 October 2022

1.17.2

In-page script reading feature
Slots changed => {%slot%}
7 October 2022

1.17

Added Slots => {slot}
6 June 2022

1.16.7

Bugs fixed 5 June 2022

1.16.1

Added useful attributes.
Component naming has been improved.
Another VDom alternative system has been added.
Prop reading and writing system has been added
gVal Removed!
Compositions Removed
Static page is disabled for now... 4 June 2022

1.12

-text,mount,unmount disabled for now
Performance optimizations(Prev acts like vDOM,and more....)
Reduced size for faster applications[DRY Code] 4kb to 2.48kb
gVal Fixed => gVal is now works with gVal("element-name");
31 May 2022

1.11

+text type added
+Document mount and unmount
+File to render
26 May 2022

1.1

+Static pages added
+Performance Optimizations
24 May 2022

Plugins :

Observe runs functions that will be active when the value of the variables you specify changes. It does this with callback functions.
CDN Link of Content-Observer <script src="https://cdn.jsdelivr.net/gh/hasanhuseyindemir/Content/plugin-observe/observe-for-content.min.js"></script>

CDN Link of Vanilla Js Observer <script src="https://cdn.jsdelivr.net/gh/hasanhuseyindemir/Content/plugin-observe/observe-vanilla.min.js"></script>
1 June 2022

About

Dynamic and easy to use javascript framework

License:MIT License


Languages

Language:JavaScript 100.0%