-
We need to think about version of templates and provide the ability to support multiple version of each template.
Updates:
We can achieve minimal versioning by following changes:
1. Add a new f…
-
@dai-shi @theKashey @ScriptedAlchemy
So I've been doing some thinking around selectors, and I've come to the conclusion that the babel plugin approach is a horrible path to hell. I'll describe why …
-
The onBeforeChange function is not promise aware. This makes it very hard to involve any async operation to decide whether we cancel the route (through dispatching a redirect) or not.
Would be grea…
-
Your platform has been working very nicely! I appreciate all the thought put into it.
One thing I'd love to see is Saga support. Sagas tend to be a lot easier to manage then the more 'thunk' like p…
-
Is there any way to get Prismic's in-situ preview feature working with a (deployed) Gatsby site?
-
See discussion in issue #1126 for context.
**Problem:** Because `ReactReduxContext` is not part of the public API, there is currently no way using only public APIs to safely support dynamic loading…
Ephem updated
5 years ago
-
Multiple "pages" from the application need to be rendered on the server. This will allow for better SEO but also for tools to extract data. For example the home page, about page and jobs page should b…
-
**Describe your problem and how to reproduce it:**
I find strange that tutorial suggest to name use upper case for const. I agree that const should be uppercase if it's in application scope. In bloc…
arnas updated
5 years ago
-
We're approaching the point at which we can start building a new WebUI, using the existing WebUI as a working prototype for what we want to build.
I'd like to put forward some suggestions for y…
-
Hi,
I have a conditionally displayed component, based on a value in redux. All components below are `connect`ed.
eg in a wrapper component's render method:
` { (showValueInRedux) ? : }`
`C…