Don't wanna be here? Send us removal request.
Text
Development of the fcf-framework-core package version 2.1
Catching stuck events
Developing a mechanism to trace events in the event channel object
youtube
0 notes
Text
Development of the event channel: Tracer (I)
Video blog about the continued development of the second version of the framework.
youtube
1 note
·
View note
Text
Блогу "FCF - Full Stack JavaScript Framework " сегодня исполнилось 2 года!
0 notes
Text
Блогу "FCF - Full Stack JavaScript Framework " сегодня исполнился 1 год!
0 notes
Text
Added a new example of working with templates in the framework
After a long time, a second example of working with templates in the FCF framework was added to the site. During this period, the framework has developed significantly and the documentation and examples do not yet cover all its capabilities, but over time, I think everything will be done.
An example is available here: https://fcf-framework.mywire.org/examples/fcf-example-moving-containers
Example description: https://fcf-framework.mywire.org/stepbystep/applications/moving-containers
4 notes
·
View notes
Text
New debug description
The veil of tightness has been lifted :-). Finally added description of debugging in FCF application projects.
3 notes
·
View notes
Text
Atom editor plugin added
Added a plugin that simplifies the development of FCF applications for the Atom editor. The plugin is similar to plugins for other editors and performs file generation for easier application development.
You can download the plugin from the link https://fcf-framework.mywire.org/download/atomplugin
1 note
·
View note
Text
This is almost all the code for the first example of using templates, excluding the settings and the function of updating the time. It could be further shortened, but this is an introductory example in which it was necessary to show the use of subpatterns. Short and beautiful.
Result:
4 notes
·
View notes
Text
Это и есть почти весь код первого примера применения шаблонов, исключая настройки и функцию обновления времени. Можно было бы еще сократить, но это ознакомительный пример в котором необходимо было показать применение подшаблонов. Коротко и красиво.
Результат:
1 note
·
View note
Text
Опубликован первый пример использования шаблонов в фреймворке FCF
Теперь доступен первый пример демонстрирующий работу шаблонов в фреймворке FCF и подробным описанием.
Пример: https://fcf-framework.tk/examples/fcf-example-planet
Описание: https://fcf-framework.tk/stepbystep/applications/first-introduction
1 note
·
View note
Text
Published the first example of using templates in the FCF framework
Now the first example is available demonstrating the work of templates in the FCF framework and a detailed description.
Example: https://fcf-framework.tk/examples/fcf-example-planet
Description: https://fcf-framework.tk/stepbystep/applications/first-introduction
1 note
·
View note
Link
Starting from version 1.1.43, the framework has added the functionality of merging the DOM tree when updating the template, which allows not to recreate existing elements, but simply to update them. The merge template option is responsible for this functionality..
1 note
·
View note
Link
FCF now supports new operating system - MacOS!
1 note
·
View note
Text
FCF - Full Stack JavaScript Framework
FCF - Full Stack Javascript Framework with a unique and flexible architecture, based on unique technologies that open up new possibilities in approaches to development with NODEJS. Official site: https://fcf-framework.mywire.org This framework was developed for a long time, as an experimental one and does not yet contain everything planned, but at the moment it is already capable of implementing practical tasks. The framework provides unique functionality for development: Built-in multiprocessing NODEJS used memory control, which completely eliminates the problem of memory leaks A proprietary dynamic web template architecture that provides the ability to work with template arguments on both the server and client sides The project includes a built-in CRON system that allows you to write handlers in pure JavaScript. An advanced query language for the fsql database that provides access control, centralized pre- and post-processing of queries, and inherits or joins multiple tables into a single entity. The architecture of the project allows you to create fully single page applications. The project also includes many unique approaches to building a web application.
3 notes
·
View notes