After a long period of time, I finally wrote an open source react framework, but there are very few people visiting. Is there any way to promote it?
You can submit it to Awesome ReactJS and other curated list of ReactJS libraries/frameworks.
I've gone through your framework. I really liked the idea. I had a similar idea like this, rendering everything from JSON. I'll give it a shot in some side project.
But I won't use it for production along with my team.
WHY? My team consists for front-end designers who know HTML + CSS alone. For them, it's much easier to write HTML+CSS component as JSX instead of writing a JSON. Later our front-end developers (JS experts) add logic to those components.
Isnt it similar to what reactjs does in general? Please do correct me if I am wrong but it seems your projecy which is makajs ( right? ) uses json to write components and if you write reactjs code without babel , you have to write similar json and pass it in reactjs default methods to start with. But i really liked the hub thing your project and i think its a good start. I would use it sometimes for sure.
Carlos Checo
check this link oss_guide
It has the following points: