-
Updated
Jun 25, 2021
demo
Here are 8,791 public repositories matching this topic...
-
Updated
Jul 2, 2021 - Java
-
Updated
Jul 6, 2021 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Jun 2, 2021 - Ruby
-
Updated
Nov 10, 2020 - Objective-C
-
Updated
Apr 1, 2020 - Swift
-
Updated
Oct 1, 2020 - Java
-
Updated
Jul 6, 2021 - Python
-
Updated
Apr 16, 2021 - Kotlin
-
Updated
Jun 17, 2021 - Swift
-
Updated
Oct 10, 2018 - JavaScript
We use bootswatch 3.* and Bootstrap 3.*.
We could upgrade bootswatch to 4., which in turns requires upgrading Bootstrap to 4.. After the upgrade, the current theme (flatly) and the current styles must remain the same.
Any volunteer to help us with this? Thanks!
-
Updated
Feb 11, 2021 - Java
-
Updated
Jan 4, 2021 - JavaScript
-
Updated
Jan 30, 2019 - Java
-
Updated
Apr 20, 2020
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 7, 2021 - JavaScript

-
Updated
Jul 28, 2020 - PHP
This isn't so much a bug or anything... I'm assuming it's something I setup wrong etc... just curious if anyone had any clue as to what.
I changed the Button.js to Button.jsx and updated the contents to this:
function Button() {
const buttonCLick = ()=>{
console.log("Button Clicked!");
}
return (
<button onClick={buttonCLick}>React Button</button>
Improve this page
Add a description, image, and links to the demo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the demo topic, visit your repo's landing page and select "manage topics."
This demo is great and help us a lot.
As now JWT ( JSON Web Token ) becomes an important way of authentication. What bout adding JWT authentication to this demo? Or we use JWT authentication instead of traditional session-cookie way.
Let's make this demo more powerful. : )