DX tool for designing truly encapsulated React components.
People
Repo info
Activity
Ovidiu Cherecheș
@skidding
cool. It will get a nice update from skidding/cosmos#105 soon
Sergey Lapin
@sergey-lapin
great, I will check it I had some troubles to make cosmos work with webpack, and because my main purpose was to make react-hot-loader work, I made some one way hacker changes. U'll see
Ovidiu Cherecheș
@skidding
The cosmos bundle will get better as well. I've refactored the bundle from the ground up from gulp to webpack but it's not yet pushed to npm or uploaded. the repo still points to 0.4.x but 0.5.x wip is already integrated with webpack so should make your life easier in the future
@skidding Hah it was silly issue with lodash, but I still can not use cosmos 0.5.0. I build dev common js cosmos, now I am getting http://joxi.ru/eAO67wRipVDL2o. I guess playground changed and now I can hardly understand what is happening=(Is that valid "cosmos\examples\component-playground\component-playground.html" - http://joxi.ru/nAy6qybijDbOrZ ?
Ovidiu Cherecheș
@skidding
yes, the example is valid but it looks kinda weird because component playground loads component playground..
Yeah) I just use your example, you can run it on your machine ;)
Or you want me to host it?
Ovidiu Cherecheș
@skidding
it runs just fine on my machine. doesn't throw any error
Sergey Lapin
@sergey-lapin
I don have any error either it just looks weird and wrong
Ovidiu Cherecheș
@skidding
it's because it loads an component playground inside a component playground inside a component playground. It has to stop at the 3rd level otherwise it would be an infinite loop
I'm curious why did your project stop working though
Nothing special I just solved a couple issues, I dont deeply understand cosmos yet=(
Sergey Lapin
@sergey-lapin
@skidding I assume this \cosmos\examples\component-playground\component-playground.html - general example that show all power of cosmos, but it is complicated, some really primitive example would be nice