mystor / meteor-routecore

Client and server side rendering/routing powered by React
84 stars 6 forks source link

Blaze views. #17

Open trusktr opened 9 years ago

trusktr commented 9 years ago

I'd like to confirm: this entirely replaces the Blaze engine right? If so, what are the pros and cons?

mystor commented 9 years ago

You can still use blaze components with the BlazeComponent component, but yes, for the most part this replaces the view part of meteor with react. Basically, if you want to use react, you can use routecore to get it and also get some nice benefits such as a simple routing system and server side rendering.

Disadvantages include less meteor packages working flawlessly due to the fact that you aren't using iron router and other almost-standard packages. There are other disadvantages too but they are all specific to a situation.

trusktr commented 9 years ago

You can still use blaze components with the BlazeComponent component.

Awesome. I haven't tried iron-router yet. Any pros and cons compared to the router here?