xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Add npm package for this project #18

Closed neriyaco closed 5 months ago

neriyaco commented 7 months ago

Instead of compiling the js file on the server we should have a package to install with out existing node.js projects. This should make development easier when accessing exported classes and components such as <PyComponent name={...} props={...}) and the EZ class instance.

neriyaco commented 7 months ago

Also, change the name from EZ to PyJSX or something, you're mixing projects.