DEV Community

Discussion on: Anyone free to review my project?

Collapse
 
przemek profile image
Przemyslaw Michalak

Thank you for your time and feedback. Here is a couple of answers:

  1. This is the core of framework. It's just 168 lines - github.com/gluecodes/gluecodes-fra...

  2. We will publish it to NPM once we create documentation.

  3. You can start in our IDE, export your project and carry on with your favourite IDE.

  4. Our components are pure functions returning JSX. Porting from for example React shouldn't be a problem.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

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?

Thread Thread
 
przemek profile image
Przemyslaw Michalak

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