All Projects → nteetor → Yonder

nteetor / Yonder

Licence: other
A reactive web framework built on shiny

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Yonder

Playframework
Play Framework
Stars: ✭ 12,041 (+9851.24%)
Mutual labels:  reactive, web-framework
Fable.reaction
Fable Reaction - Reactive (AsyncRx) for F# Elmish and Fable
Stars: ✭ 122 (+0.83%)
Mutual labels:  reactive, web-framework
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (+128.93%)
Mutual labels:  reactive, web-framework
Rapidoid
Rapidoid - Extremely Fast, Simple and Powerful Java Web Framework and HTTP Server!
Stars: ✭ 1,571 (+1198.35%)
Mutual labels:  reactive, web-framework
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+47.11%)
Mutual labels:  reactive, web-framework
alef-component
Alef Component for Modern Web Apps.
Stars: ✭ 46 (-61.98%)
Mutual labels:  reactive, web-framework
Shiny
Easy interactive web applications with R
Stars: ✭ 4,507 (+3624.79%)
Mutual labels:  reactive, shiny
Startbootstrap Resume
Start Bootstrap is an open source library of free Bootstrap themes and templates. All of the free themes and templates on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,642 (+1257.02%)
Mutual labels:  bootstrap-4
Tensorflow shiny
A R/Shiny app for interactive RNN tensorflow models
Stars: ✭ 118 (-2.48%)
Mutual labels:  shiny
Swiftlysalesforce
The swiftest way to build iOS apps that connect to Salesforce
Stars: ✭ 115 (-4.96%)
Mutual labels:  reactive
Rxasdatasources
RxDataSource for AsyncDisplayKit/Texture
Stars: ✭ 114 (-5.79%)
Mutual labels:  reactive
Echarts2shiny
To insert interactive charts from ECharts into R Shiny applications (在R Shiny app中插入ECharts可交互图形)
Stars: ✭ 116 (-4.13%)
Mutual labels:  shiny
Advanced Vertx Guide
A gentle guide for advanced Vert.x users
Stars: ✭ 118 (-2.48%)
Mutual labels:  reactive
Spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
Stars: ✭ 1,860 (+1437.19%)
Mutual labels:  reactive
Vue Screen
Reactive screen size and media query states for VueJS
Stars: ✭ 120 (-0.83%)
Mutual labels:  reactive
Magicbane
A web framework that integrates Servant, EKG, fast-logger, wai-cli…
Stars: ✭ 115 (-4.96%)
Mutual labels:  web-framework
Orbit
Orbit - Virtual actor framework for building distributed systems
Stars: ✭ 1,585 (+1209.92%)
Mutual labels:  reactive
Knotx
Knot.x is a highly-efficient and scalable integration framework designed to build backend APIs
Stars: ✭ 119 (-1.65%)
Mutual labels:  reactive
My Little Crony
A visualization of the connections between Tory politicians and companies being awarded government contracts during the pandemic.
Stars: ✭ 118 (-2.48%)
Mutual labels:  shiny
Startbootstrap Clean Blog
Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
Stars: ✭ 1,604 (+1225.62%)
Mutual labels:  bootstrap-4

yonder

An opinionated shiny framework.

can we build it?

Introduction

yonder is designed to make building pragmatic applications fun and rewarding. On the UI side yonder features new reactive inputs such as navInput(), chipInput() and menuInput(), as well as the latest Bootstrap components. On the server side yonder includes tools for showing alerts and toasts, displaying modal and popovers, hiding and showing panes of content, and more!

Examples

For examples of inputs and elements built using yonder please check out the documentation, https://nteetor.github.io/yonder/.

Installation

You may install a stable version of yonder from CRAN.

install.packages("yonder")

Alternatively, the development version of yonder may be installed from GitHub.

# install.packages("remotes")
remotes::install_github("nteetor/yonder")

Related work

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