-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alejandro García Parrondo edited this page Aug 2, 2020
·
20 revisions
Blynder is a front-end framework for Java. It allows the creation of applications following the Model-View-Controller pattern.
For starting right now I recommend to download the demo file and hack through it since I think the basic workarounds aren't too difficult to undestand. If you want to dig more into the framework I recommend to read the How to use.
In the page of each one of the main components there is an explanation on how they work and how to use them, the ones listed below are the components that the user can use.
Another example I have created is a React App that uses a Spring Boot server in order to get the data. The application is a simple CRUD and I can transpile it with Babel and Browserify in order to use it in Blynder: