Giampaolo Bellavite
Giampaolo Bellavite
It doesn't fit well in the Application.js, also the title would not match since the page it's updated using an action which is async.
When clicking multiple times on the navbar, fast enough to not wait the response from the 500px API, the router get confused and may render a wrong page.
Use immutable.js to show how to work with immutable objects in a flux app. Also, fluxible-router [is using immutable](https://github.com/yahoo/fluxible-router/issues/5).
I'd like to remove the CSS preprocessor and go straight with javascript also for the CSS (whoo), but it seems the available modules do not fit well with my architecture....
In the website we use Sandpack to render DayPicker because Docusaurus [overrides](https://github.com/facebook/docusaurus/issues/6032) the default style from DayPicker. A workaround for this solution is to use shadow DOM (e.g. via https://www.npmjs.com/package/react-shadow)...
### Bug description When navigating the calendar with the keyboard the focus breaks when the day to focus is disabled ### To reproduce [Code sandbox: https://codesandbox.io/s/react-day-picker-8-vl4ry](https://codesandbox.io/s/react-day-picker-8-forked-yk2ez?file=/src/App.tsx) #### Steps Focus the...
After fetching the new locale data, components using `shouldComponentUpdate` (as those using the `React.addons.PureRenderMixin`) may block the update of the components, since they are not aware of the changed context....
An `animate: Bool` property to animate the chart when it appears the first time. This has not been implemented yet, since it requires some time to make it working with...