MovingGifts
MovingGifts
Hi @dabit3, Can you please share a guide with us (video or medium article) on how to render a `ReactXP` app on the server? I currently use `React Router v4`...
Hi @nickpisacane, When importing `Swiper` as suggested like this: ``` import { Swiper, Slide } from 'react-dynamic-swiper' ``` then analyzing the `vendor.js` bundle, we see a big size: ![Screen Shot...
Hello in the `readme` it mentions both ways to reduce the bundle size: Or, import only a subset of the library: `import isEmail from 'validator/lib/isEmail';` Tree-shakeable ES imports `import isEmail...