rekit icon indicating copy to clipboard operation
rekit copied to clipboard

Meteor Support

Open bduff9 opened this issue 7 years ago • 2 comments

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!

bduff9 avatar Feb 09 '18 17:02 bduff9

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.

supnate avatar Feb 10 '18 03:02 supnate

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

delzennejc avatar Mar 07 '18 07:03 delzennejc