Hey guys, recently we released GlueCodes Framework. Main goals:
It should allow to develop fast loading websites.
It should let us build reactive UIs.
It should be minimalistic and simplistic.
It should let us build apps that scale.
It should let us build a boilerplate that can be easily generated with common tools.
I'll be happy with any kind of feedback :D
Top comments (6)
That's a very interesting idea. I can see an audience for that level of support.
My thoughts:
My questions:
Thank you for your time and feedback. Here is a couple of answers:
This is the core of framework. It's just 168 lines - github.com/gluecodes/gluecodes-fra...
We will publish it to NPM once we create documentation.
You can start in our IDE, export your project and carry on with your favourite IDE.
Our components are pure functions returning JSX. Porting from for example React shouldn't be a problem.
Thanks, fascinating. Code looks super clean and very readable.
On npm I mean - we can benefit from importing npm packages in? You know, some kind of integration with a payment processor or something? Or is this something you do after exporting?
Is it the case then that we build a structure, but once exported it's become a stand alone thing?
Yes, you can import npm packages in the online IDE by using npkg and after exporting you can freely use NPM or yarn.
And yes, once exported it becomes a stand alone thing.
here is TodoMVC example that would be spited by the IDE:
github.com/gluecodes/gluecodes-tod...
You can actually visit our website to find out more: glue.codes
Not free, but like your idea, I just want to help you any manner.
why not ... let me check