Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fulcrologic/fulcro
A library for development of single-page full-stack web applications in clj/cljs
https://github.com/fulcrologic/fulcro
clojurescript data-driven full-stack react reactjs web-application-development
Last synced: 7 days ago
JSON representation
A library for development of single-page full-stack web applications in clj/cljs
- Host: GitHub
- URL: https://github.com/fulcrologic/fulcro
- Owner: fulcrologic
- License: mit
- Created: 2017-07-12T16:57:03.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T10:55:14.000Z (2 months ago)
- Last Synced: 2024-10-29T11:44:29.115Z (2 months ago)
- Topics: clojurescript, data-driven, full-stack, react, reactjs, web-application-development
- Language: Clojure
- Homepage: http://fulcro.fulcrologic.com
- Size: 17.5 MB
- Stars: 1,543
- Watchers: 48
- Forks: 140
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-clojure - Fulcro
- awesome-react - fulcro - A library for development of web applications in clj/cljs (**Awesome React** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / React)
README
: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/main.svg?style=svg["CircleCI", link="https://circleci.com/gh/fulcrologic/fulcro/tree/main"]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.== Fulcro 3.8 Important Notice
Fulcro 3.8+ use a new version of Fulcro Inspect, and it requires you change how you build the development version of your app. Old versions of Fulcro Inspect Electron and Chrome will not work with Fulcro 3.8+.
The rewrite of Fulcro Inspect is available via the releases page of https://github.com/fulcrologic/fulcro-inspect/releases[Fulcro Inspect]. And there are preliminary instructions for using it with the latest Fulcro.
The alpha versions of Fulcro 3.8 are alpha purely because of this development-time change and its potential issues, and are otherwise production ready.
== 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.
Finally, there is a plenty of great resources collected at the https://fulcro-community.github.io/[Fulcro Community] site.
== Contributing to Fulcro
For learning more about how to contribute to the Fulcro project, please refer
https://github.com/fulcrologic/fulcro/blob/main/CONTRIBUTING.md[CONTRIBUTING.md]== Copyright and License
Fulcro is:
Copyright (c) 2017-2022, 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.