Sebastian Werner
Sebastian Werner
Could be a nice add-on indeed. I see these fields more and more in real life.
Wondering whether there is a chance to support multiple `process.env` settings for each parallel build e.g. it would be useful to be able to build client and server in parallel...
Hi Jürgen, thanks for getting in contact. :) It would be helpful to have a small app project which demonstrate this issue. It's a little inconvenient to change code without...
Sorry I am a bit late on checking your demo. What I see probably differs a little from your report. ``` Using locale: de-DE via accept-language [EDGE] Fetching data... Error...
I modified `deepFetch` like this locally: ```js function deepFetch(rootElement) { return reactTreeWalker(rootElement, function (element, instance) { if (instance && typeof instance.fetchData === "function") { const ret = instance.fetchData(); if (ret...
There is also a Webpack plugin automating the whole process. Unfortunately, the development stalled a few months ago. We might re-evaluate if this is helpful: https://github.com/asfktz/autodll-webpack-plugin
We have to keep in mind that our very own `prepublish` tool is not generating `.module.css` filenames right now but instead just use hashes. We have to add an option...
`Razzle` uses this feature description: "Comes with the same CSS setup as create-react-app" - maybe good to copy it for our readme.
Forms: - [Downshift](https://github.com/paypal/downshift): Dropdowns, AutoSuggest Boxes, etc. Accessible and Style-less - [Formik](https://github.com/jaredpalmer/formik): Generic Form Handling with Validation and Submit Handling. Redux-free. - [Rating](https://codepen.io/andreacrawford/pen/NvqJXW?editors=1100) Clever CSS-only solution for implementing a rating...
Sure we can do that. Can you do a PR and check whether it still works for you?