Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.24 KB

fcf-framework-core

Core package of the FCF framework that works both on the server side and on the browser side.

A package of basic functions and classes required for the framework to work. This package provides functions for modular loading of JS files, basic processing of strings and data, a class for working with asynchronous operations, a logging mechanism, state and context saving methods, etc.

Extended description pages

https://fcf-framework.tech/packages/fcf-framework-core/pages/install - Installation

https://fcf-framework.tech/packages/fcf-framework-core/pages/configuration - Configuration object and main framework core settings

https://fcf-framework.tech/packages/fcf-framework-core/pages/paths - The structure of the formation of paths to files and resources

https://fcf-framework.tech/packages/fcf-framework-core/pages/modules - Description of JavaScript modules in the framework

https://fcf-framework.tech/packages/fcf-framework-core/pages/context - Describe how to use an execution context

https://fcf-framework.tech/packages/fcf-framework-core/pages/translations - Description of static string translations

https://fcf-framework.tech/packages/fcf-framework-core/pages/tokenization - Description of the string tokenization mechanism