Replies: 1 comment
-
@abalter It's not possible to use FlexLayout as an standalone JavaScript Libraray at this moment because FlexLayout's only dependencies are React and uuid. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not a react programmer and don't want to be. I also don't want to need a server-side process to run my app.
Is there a way to use this as a plain javascript library after compilation?
I was able to run
FlexLayout/demos/lv0.7demo
as an html/css/js app. But it runs from a file calleddemo.js
which has >43k lines, four times larger than jquery v3 uncompressed.Is there something like a flexlayout.js library I can use?
Beta Was this translation helpful? Give feedback.
All reactions