gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.52k stars 462 forks source link

Electron Usage #57

Open Manouchehri opened 8 years ago

Manouchehri commented 8 years ago

I noticed electron-js.md is still empty. Would someone mind linking me to a sample project that uses Electron with react-desktop?

Manouchehri commented 8 years ago

I'm having a hard time Google'ing for a sample repository; Google doesn't respect the dash in "react-desktop".

Shahor commented 8 years ago

I am considering using it for my project, but it's still at very early stages so I'll touch base again if I do :]

geoffdutton commented 7 years ago

I've started using it for this Electron project: DesktopLftp

It works quite well. I'm happy to answer any specifics as best I can.

denen99 commented 7 years ago

@geoffdutton how do you conditionally include macOS vs Windows components ? I noticed you are including the macOS ones, but what happens when you build for windows?