DEV Community

Discussion on: Anyone free to review my project?

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