This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Webpack + React Prototype#31
Open
kamescg wants to merge 11 commits into
gitcoinco:stagegitcoinco/browser-extension:stagefrom
kamescg:reactCopy head branch name to clipboard
Open
Webpack + React Prototype#31kamescg wants to merge 11 commits intogitcoinco:stagegitcoinco/browser-extension:stagefrom kamescg:reactCopy head branch name to clipboard
kamescg wants to merge 11 commits into
gitcoinco:stagegitcoinco/browser-extension:stagefrom
kamescg:reactCopy head branch name to clipboard
Conversation
Should the USD symbol be changed to the Ether ticker symbol?
Contributor
|
i get an error when i try to load this into chrome.. http://bits.owocki.com/2O1p2I033V0p/Screen%20Shot%202018-01-02%20at%209.14.31%20AM.png i tried running these commands from the root chrome_ext folder but i got some npm errors. i suppose i need to |
Contributor
Author
|
Sorry should have clarified :) Upload the build folder to Chrome. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Webpack helps generate the perfect* bundle
*What's ever really perfect :)
The React family has been added (Redux, Router, Sagas) to help scale the interface.
As mentioned in a recent Tweet (https://twitter.com/GetGitcoin/status/947533717689450497) the future is bright for the Gitcoin ecosystem. As Gitcoin features become interconnected, hopefully predictable interface state management can help designers and developers more quickly and easily code new features.
Common async management (generators, await and promises) are implemented within the application bundle. Helping designers and developers more easily reason about Javascript's notorious single threaded callback style.