All Projects → raulsebastianmihaila → crizmas-mvc

raulsebastianmihaila / crizmas-mvc

Licence: MIT License
raulsebastianmihaila.github.io/crizmas-mvc-docs/

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to crizmas-mvc

Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+179791.67%)
Mutual labels:  router, mvc
Zen
zen is a elegant and lightweight web framework for Go
Stars: ✭ 257 (+2041.67%)
Mutual labels:  router, mvc
Diet
A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.
Stars: ✭ 394 (+3183.33%)
Mutual labels:  router, mvc
Frontexpress
An Express.js-Style router for the front-end
Stars: ✭ 263 (+2091.67%)
Mutual labels:  front-end, router
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (+2166.67%)
Mutual labels:  front-end, form
dilovel
An advanced framework is written in PHP, a framework containing rich components such as middleware, orm, request management, template engine, elasticsearch, template engine, many modern frameworks have been written by adopting clean code principles completely written in accordance with PHP standards. like linux operating system ...All of control…
Stars: ✭ 38 (+216.67%)
Mutual labels:  router, mvc
Single Spa
The router for easy microfrontends
Stars: ✭ 10,395 (+86525%)
Mutual labels:  front-end, router
organiser
An organic web framework for organized web servers.
Stars: ✭ 58 (+383.33%)
Mutual labels:  router, mvc
dodgr
Distances on Directed Graphs in R
Stars: ✭ 106 (+783.33%)
Mutual labels:  router
ROS Scripts
Scripts for RouterOS (MikroTik devices)
Stars: ✭ 81 (+575%)
Mutual labels:  router
ContactEtc
Laraval package to instantly add a customisable contact form to your site.
Stars: ✭ 21 (+75%)
Mutual labels:  form
VueStudy
Vue.js学习系列示例代码及教程
Stars: ✭ 80 (+566.67%)
Mutual labels:  router
TG799VAC-XTREME-17.2-MINT
My personal unique wiki for hacking the router firmware used by (Telia)TG799vac Xtream v17.2-MINT delivered from Technicolor
Stars: ✭ 71 (+491.67%)
Mutual labels:  router
svelte-form
JSON Schema form for Svelte v3
Stars: ✭ 47 (+291.67%)
Mutual labels:  form
oas2
OpenAPI 2.0 (aka Swagger) utils for Golang.
Stars: ✭ 19 (+58.33%)
Mutual labels:  router
natural js
Natural-JS : Javascript Front-End Architecture Framework
Stars: ✭ 35 (+191.67%)
Mutual labels:  front-end
react-hook-form-auto
Automatic form generation using ReactHookForm
Stars: ✭ 45 (+275%)
Mutual labels:  form
front-end-documentation
🔥A curated list of awesome useful resources for Front-End. This list has been updated through my years of experience as Front-End. If you want to add links don't hesitate to reach me.
Stars: ✭ 23 (+91.67%)
Mutual labels:  front-end
laminas-mvc
Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins
Stars: ✭ 90 (+650%)
Mutual labels:  mvc
gatsby-plugin-dynamic-routes
Creating dynamic routes based on your environment and/or renaming existing routes
Stars: ✭ 14 (+16.67%)
Mutual labels:  router

crizmas-mvc

Documentation

A framework based on React and the MVC pattern with the goal of simplifying front-end programming. You can read an introduction here.

The main advantages and features are:

  • simplicity for common cases and flexibility for complicated cases
  • management of pending trees of objects
  • doesn't touch your model, allowing you to write it anyway you want
  • scroll virtualization
  • router
    • refresh from any fragment of the route
    • router manager for listing, adding and removing routes dynamically
    • lazy loading
    • option for case insensitivity
  • form
    • trees of forms and inputs
    • input management with or without a model
    • synchronous and asynchronous event based validation
    • race conditions management in interlaid async validations

You can run npx create-crizmas -A to create a crizmas project very quickly.

Check out the examples app (repo). Also the documentation (docs folder) is implemented with crizmas-mvc.

Applications

Articles

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].