Our great sponsors
-
I was recently interested in similar topic. Here are 3 similar solutions I found:
My personal preference is Unpoly (the idea of "layers" is awesome). But the best explanation of concept as a whole (HATEOAS, keeping app state on server using partial page updates, etc) is at HTMX homepage, and in these essays:
-
ToolJet
Extensible low-code framework for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
Using low-code tools might be a great idea to build frontends without coding at all. If you are using open-source frameworks such as https://github.com/ToolJet/ToolJet , you can save some significant time building your application.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
I use Elm for my project. Once you accept thinking the way it wants you to, it's a delight to develop front-end with it.
Side advantage, Elm-UI frees you from CSS: https://package.elm-lang.org/packages/mdgriffith/elm-ui/late... it's like Tailwind but deeply intertwined with the language.
-
I use Elm for my project. Once you accept thinking the way it wants you to, it's a delight to develop front-end with it.
Side advantage, Elm-UI frees you from CSS: https://package.elm-lang.org/packages/mdgriffith/elm-ui/late... it's like Tailwind but deeply intertwined with the language.
-
I was recently interested in similar topic. Here are 3 similar solutions I found:
My personal preference is Unpoly (the idea of "layers" is awesome). But the best explanation of concept as a whole (HATEOAS, keeping app state on server using partial page updates, etc) is at HTMX homepage, and in these essays: