All Projects → jscottsmith → portal-demos

jscottsmith / portal-demos

Licence: other
A few demos on how the new portal API can be used with React.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to portal-demos

tca-swiftui-navigation-demo
Demo project that shows how to implement navigation in SwiftUI iOS application using Swift Composable Architecture
Stars: ✭ 75 (+435.71%)
Mutual labels:  example
hcp-portal-service-samples
Code samples of site and page templates, applications, widgets, shell plugins and more, intended to be used as references for development of custom content for SAP HANA Cloud Platform portal service sites.
Stars: ✭ 29 (+107.14%)
Mutual labels:  portal
go-worker-thread-pool
A visual working example of a Thread Pool pattern, based on a known blog article.
Stars: ✭ 24 (+71.43%)
Mutual labels:  example
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+278.57%)
Mutual labels:  example
example-runtime-bundle
DEPRECATED moved to https://github.com/Activiti/activiti-cloud-application
Stars: ✭ 14 (+0%)
Mutual labels:  example
UmbracoAngularBackofficePages
Example project showing how to extend Umbraco with a custom tree and edit page using web api and angular
Stars: ✭ 55 (+292.86%)
Mutual labels:  example
golang-templates-example
A simple Golang templates example
Stars: ✭ 33 (+135.71%)
Mutual labels:  example
dvc dask use case
A use case of a reproducible machine learning pipeline using Dask, DVC, and MLflow.
Stars: ✭ 22 (+57.14%)
Mutual labels:  example
gms2-destructible-terrain
⛰️ Collidable, destructible terrain in GameMaker Studio 2
Stars: ✭ 24 (+71.43%)
Mutual labels:  example
deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
Stars: ✭ 77 (+450%)
Mutual labels:  example
groupepsa.github.io
Documentation for Application Developpers
Stars: ✭ 14 (+0%)
Mutual labels:  portal
spring-boot-mongodb-react-java-crud
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
Stars: ✭ 33 (+135.71%)
Mutual labels:  example
Ubufundi
Android Code Recipies:Short targeted code snippets to get the job done
Stars: ✭ 16 (+14.29%)
Mutual labels:  example
examples-android
Android demo application for GLMap framework
Stars: ✭ 14 (+0%)
Mutual labels:  example
example-modules
Example PrestaShop modules
Stars: ✭ 98 (+600%)
Mutual labels:  example
react-native-css-modules-with-typescript-example
A simple example app that shows how you can use CSS modules + Typescript with React Native and React (for browser)
Stars: ✭ 17 (+21.43%)
Mutual labels:  example
doks-example
Example DigitalOcean Kubernetes workload with service exposed through a DO load-balancer.
Stars: ✭ 150 (+971.43%)
Mutual labels:  example
play-scala-streaming-example
Example Play application showing Comet and Server Sent Events in Scala
Stars: ✭ 42 (+200%)
Mutual labels:  example
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (+57.14%)
Mutual labels:  example
lisp-gui-examples
GUI for generating a tone in various Lisp dialects
Stars: ✭ 28 (+100%)
Mutual labels:  example

React Portal Demos

A few demos on how the new portal API can be used with React. Created for GumGum's techblog, also cross posted on CodePen

Starting a demo

If you don't have parcel you must first install it:

yarn global add parcel-bundler

Navigate to a demo directory. Install dependencies then run start. This will require parcel to be install globally on you machine.

cd event-bubbling
yarn install
yarn start

Then goto http://localhost:1234/

Demos

Explanations for these demos can be found here.

1. Artboard Context Menu

Artboard that lets you create shapes within a window. CodePen Demo

Artboard Context Menu

2. Chat Window

Chat app that lets you type messages with emojis. CodePen Demo

Chat Window

3. Window Portal

Messenger app that lets you “save” and share links to messages. CodePen Demo

Window Portal

4. Normal Event Bubbling

Example of normal event bubbling. CodePen Demo

Normal Event Bubbling

5. Portal Event Bubbling

Example of synthetic event bubbling in portals. CodePen Demo

Event Bubbling Portals

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].