steelbrain / vanilla-jsx

Deprecated: A lightweight library that converts JSX into HTMLElements
4 stars 3 forks source link

Why deprecated? #11

Closed inancgumus closed 8 years ago

steelbrain commented 8 years ago

Deprecated because you can't build anything real with this, you have to build a component abstraction on top of it in every project you work.

inancgumus commented 8 years ago

Wow, fast very response. It's actually seems like a good idea.

I'm looking for a vanilla jsx that supports react eco system. Like, using matt-esch/virtualdom to use it with natively-React supporting library airbnb/enzyme but without React bolierplates.

These days JS world is so tedious. There are many choices to pick up.

steelbrain commented 8 years ago

Try preact instead, it's the same size as this and supports full react API

inancgumus commented 8 years ago

Yeah, that's on my mind too. What do you think about matt-esch/virtualdom vs preact? Not the same thing although.

steelbrain commented 8 years ago

matt-esch/virtualdom is IMHO ugly, I personally don't like the codebase and think it has overkills all over the place. I am using preact in my projects

inancgumus commented 8 years ago

Yeah, it seems like bloated. Will add +1 to preact on my list, thanks @steelbrain

steelbrain commented 8 years ago

np man, have fun 👍