supnate / rekit

IDE and toolkit for building scalable web applications with React, Redux and React-router
http://rekit.js.org
MIT License
4.47k stars 258 forks source link

Meteor Support #72

Open bduff9 opened 6 years ago

bduff9 commented 6 years ago

Just saw the write up on this today, seems very interesting. Most of my React work is in Meteor, so if i were to try it out it would be in a Meteor project. Do you know how well it plays with Meteor, or if it doesn't, any plans to support it? I won't have time for a while to try it out myself, but just curious if you know or have heard of any people's experience with it. Thanks!

supnate commented 6 years ago

I've not used Meteor so can't answer the question. Maybe someone else could help. Generally, Rekit creates normal React apps so it should just work normally. If Meteor works with create-react-app it should work with Rekit.

delzennejc commented 6 years ago

Hi @bduff9

If you put Rekit only in the Client side of Meteor and with some configurations it should work but you'll need to do some tricks because Rekit is working on Webpack and Meteor is working on his own build system, but it's still doable.

Best Regards