Are you needing help with this task?
@KamesCG yup! Would be great if you could PR for this. Ideally, it could resemble react-boilerplate's features section. Make sure to mention:
Would also be great if you could help out with https://github.com/chentsulin/electron-react-boilerplate/issues/919
I'll start with the features section this evening.
Working on Dashboard/Nightmare app this week, so I can start to work on #919 as I push changes to my personal repository.
I was thinking about doing a screencast/gif.
However, the current build has a depreciation warning. Should we fix any warnings before screencasts of the features?
(node:23552) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
at Object.parseQuery (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/loader-utils/index.js:78:3)
at Object.module.exports (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/babel-loader/lib/index.js:104:35)
at LOADER_EXECUTION (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/loader-runner/lib/LoaderRunner.js:119:14)
at runSyncOrAsync (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/loader-runner/lib/LoaderRunner.js:120:4)
at iterateNormalLoaders (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/loader-runner/lib/LoaderRunner.js:229:2)
at Array.<anonymous> (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/loader-runner/lib/LoaderRunner.js:202:4)
at Storage.finished (/Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:15)
at /Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:69:9
at /Users/kamescg/Documents/Projects/ElectronReact/code/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
I think it should be fine. Also you should see this discussion about the video tutorial series
Bueno - I'll go ahead and continue with the features section than.
Happy to assist with screencasts. Anything in particular? I can start with some of the basics.
One thing I've been wanting to work on for a while is a complementary website to the app. Unfortunately I'm short on time because maintaining this boilerplate and other projects takes a lot of time. @shahzeb1 is working on this as well. I have to work on an initial design so that contributors can get started. I can invite you to the site's repo if you're interested
Haha what did I get myself into... JK I think this is an awesome project :)
You are needing help with mockups? I do a lot of Photoshop UI design. I can help kickoff the initial layout if that's needed? I have pretty structured Photoshop mockups and try and match DOM and Component group, so easy to share and build upon.
I've also worked with mockups before with sketch. I what will take the most time is probably implementing the front-end side of the site. Here's the repo if you're interested. I just forked react-boilerplate, which I think is a really nice foundation for a scalable front-end
I really like the React Boilerplate site too.
Sure, add me and I can start contributing. I imagine we'll start by taking out all the references to React Boilerplate and "react-boilerplate"?
Started writing features this morning. Maybe some help editing and starting the last one "Performant - Route-Based Code Splitting"?
Love it! Also I forgot to mention that you should add asar to the 'Performant - Route-Based Code Splitting' section
Cool - I'll keep working on it, fix spelling errors, polish and submit the PR.
@KamesCG Would love to help you merge in this PR. What's the status of it?
I'll finish the writing today and submit the PR.
@KamesCG I can help out with this now. Have a lot of free time on my hands these days because its summer
@amilajack I'm literally finishing my first production Electron React Boilerplate application for a client today/weekened
I pulled a forked repo to my local computer and started making changes to the README. Need to finish polishing the content and submit the pull request.
It will happen shortly I promise.... That being said, we should totally reconnect and get a game plan for this summer. I still really want to contribute meaningful documentation the boilerplate. I've been playing with the latest version and even updated the project, so I could use the new react-router and others.
I noticed there was a request to document how to electron-redux too. I started implementing sagas can contribute too that conversation as well.
@KamesCG take a look at this rapo I'm making for my company liftit, sagas implemented and many other things, still work to finish but it is based on this scaffolding :)
https://github.com/Liftitapp/electron-react-sagas-starter
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.