All Projects → fulcrologic → Fulcro

fulcrologic / Fulcro

Licence: mit
A library for development of single-page full-stack web applications in clj/cljs

Programming Languages

clojure
4091 projects
clojurescript
191 projects

Projects that are alternatives of or similar to Fulcro

Prologue
Prologue is an elegant web framework written in Nim.
Stars: ✭ 700 (-31.51%)
Mutual labels:  full-stack
React Express Fullstack
Full stack (mostly unopinionated) starter pack with React+Redux and Expressjs
Stars: ✭ 23 (-97.75%)
Mutual labels:  full-stack
Vuejs Argon Design System
Vuejs Argon Design - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 35 (-96.58%)
Mutual labels:  full-stack
Keptn
Cloud-native application life-cycle orchestration. Keptn automates your SLO-driven multi-stage delivery and operations & remediation of your applications.
Stars: ✭ 755 (-26.13%)
Mutual labels:  data-driven
Fullstack Flask Vuejs Argon Design
Flask Vuejs - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (-98.24%)
Mutual labels:  full-stack
Graph
Graph is a semantic database that is used to create data-driven applications.
Stars: ✭ 855 (-16.34%)
Mutual labels:  data-driven
Nextjs Mongodb App
A Next.js and MongoDB web application, designed with simplicity for learning and real-world applicability in mind.
Stars: ✭ 694 (-32.09%)
Mutual labels:  full-stack
Rxiglistkit
RxSwift wrapper for IGListKit
Stars: ✭ 44 (-95.69%)
Mutual labels:  data-driven
Local Web Server
A lean, modular web server for rapid full-stack development.
Stars: ✭ 916 (-10.37%)
Mutual labels:  full-stack
Data Driven Vc
Swift Data-Driven UI examples
Stars: ✭ 31 (-96.97%)
Mutual labels:  data-driven
Generator Angular Fullstack
Yeoman generator for an Angular app with an Express server
Stars: ✭ 6,135 (+500.29%)
Mutual labels:  full-stack
Reitit
A fast data-driven router for Clojure/Script
Stars: ✭ 892 (-12.72%)
Mutual labels:  data-driven
Integrant
Micro-framework for data-driven architecture
Stars: ✭ 866 (-15.26%)
Mutual labels:  data-driven
Opulence
A simple, secure, and scalable PHP application framework
Stars: ✭ 723 (-29.26%)
Mutual labels:  full-stack
Angular7 Crud Example
Angular 7 CRUD Example (A Full Stack App)
Stars: ✭ 35 (-96.58%)
Mutual labels:  full-stack
Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (-31.31%)
Mutual labels:  full-stack
Reactjs Portfolio Mern Website
My Portfolio | Full Stack MERN Application
Stars: ✭ 25 (-97.55%)
Mutual labels:  full-stack
Deep Microservices Todomvc
Todo Microservice is built on top of DEEP Framework using Microservices Architecture
Stars: ✭ 44 (-95.69%)
Mutual labels:  full-stack
R Community Explorer
Data-Driven Exploration of the R Community
Stars: ✭ 43 (-95.79%)
Mutual labels:  data-driven
Crnn Pytorch
✍️ Convolutional Recurrent Neural Network in Pytorch | Text Recognition
Stars: ✭ 31 (-96.97%)
Mutual labels:  full-stack

:source-highlighter: coderay :source-language: clojure :toc: :toc-placement: preamble :sectlinks: :sectanchors: :sectnums:

image:docs/logo.png[]

image:https://img.shields.io/clojars/v/com.fulcrologic/fulcro.svg[link=https://clojars.org/com.fulcrologic/fulcro] image:https://circleci.com/gh/fulcrologic/fulcro/tree/master.svg?style=svg["CircleCI", link="https://circleci.com/gh/fulcrologic/fulcro/tree/master"]

Fulcro is a library for building data-driven full-stack applications for the web, native, and desktop (via electron). It uses React and is written in Clojure and Clojurescript.

== Version Differences

Fulcro has undergone a number of face-lifts over its lifetime.

[[Horizontal]] 1.x:: An add-on library for Om Next. Has various limitations as a result of this, and several bugs that are deep within Om Next (which was not getting updates). 2.0 - 2.4:: No longer depends on Om Next. Public API is the same, except where improvements and fixes were needed. 2.5:: Integrated co-located CSS for better support (e.g. localized-dom), made all server dependencies dynamic, rewrite of i18n. This version requires you to change a few i18n things if you were using it, and adds API to the DOM to make UI much more concise. 2.6:: Changes for React 16+. Changes in React led to a change in the underlying rendering refresh optimizations. 3.0:: This version. Rewrote the internals to simplify a lot of things, make others more extensible, all while preserving the shape of the API. It is not 100% API compatible with prior versions, and uses new namespaces. In particular, in the course of fixing some long-standing issues, subtle semantic differences were desirable/unavoidable in the transaction processing system. Most of the surface level differences are simply in the naming of things.

== Trying it Out

The documentation for this version is in the http://book.fulcrologic.com/[Developer's Guide]. If you're using Fulcro 2, you can still read the http://book.fulcrologic.com/fulcro2[prior version of the guide].

There is also a https://github.com/fulcrologic/fulcro-template[template project] which you can use as a starting point.

== Contributing to Fulcro

For learning more about how to contribute to the Fulcro project, please refer https://github.com/fulcrologic/fulcro/blob/develop/CONTRIBUTING.md[CONTRIBUTING.md]

== Copyright and License

Fulcro is:

Copyright (c) 2017-2019, Fulcrologic, LLC The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].