Ryan Collins

Results 14 comments of Ryan Collins

> @henhal I can merge the PRs, but let me check who has the credentials for publishing to NPM and sort it out. Bumping this since I am stuck by...

Hey @developer239!! Man this is the nicest Issue I have ever seen. Thank you so much for your kind words. I agree with everything that you said. I built this,...

I think this is caused by redux form. I am not sure when I will have time to fix this, but will definitely accept a PR if you get around...

Hey @RyszardRzepa thanks for getting in touch! We just started a [style-guide](https://github.com/scalable-react/style-guide) for the scalable-react boilerplates. We intend to better document our approach in that. I'll let you know when...

I also ran into this and was a bit thrown off when following the online tutorials. Just thought I would mention it. Many thanks!

Hey @newasmod, the docs package has an example (see [here](https://github.com/scalable-react/scalable-react-typescript-boilerplate/blob/master/packages/docs/src/client/containers/Docs/logic.ts)). @StevenTCramer added this to the repo, so he might have some more insights. All the best!

Hey @erkieh, My recommendation is to start fresh and instead of using npm use [yarn](https://yarnpkg.com/en/). Npm on its own is unpredictable. It's not only possibly, but highly likely that the...

When you transition to a new route whose bundle is not yet loaded on the prod site, you will see a flash of unstyled content. I have it configured to...

Awesome! I was thinking of rewriting it for 18.0, but will look forward to the impending release. Maybe someday if I have the freetime, I will look into making it...

The form helper I prefer is formtastic. It's well supported and has a very comprehensive API. It may have too many dependencies, in which case, simple_form is the way to...