Skip to content

Createallrhingsnew.yml#5

Open
JoeyB26 wants to merge 1 commit intomainfrom
JoeyB26-patch-3-1
Open

Createallrhingsnew.yml#5
JoeyB26 wants to merge 1 commit intomainfrom
JoeyB26-patch-3-1

Conversation

@JoeyB26
Copy link
Owner

@JoeyB26 JoeyB26 commented Jul 3, 2021

import { render } from "solid-js/web";
import { createSignal } from "solid-js";

function Counter() {
const [count, setCount] = createSignal(0);
const increment = () => setCount(count() + 1);

return (

{count()}

);
}

render(() => , document.getElementById("app"));

Copy link
Owner Author

@JoeyB26 JoeyB26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

011235

@JoeyB26 JoeyB26 changed the title Create blank.yml Createallrhingsnew.yml Jul 3, 2021
@JoeyB26
Copy link
Owner Author

JoeyB26 commented Jul 3, 2021

electron/electron-quick-start repository to see a minimal Electron app in action:

git clone https://github.com/electron/electron-quick-start
cd electron-quick-start
npm install
npm start
Resources for learning El

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant