-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/reduce bundle size #106
Open
icyJoseph
wants to merge
29
commits into
mithi:master
Choose a base branch
from
icyJoseph:feat/reduce-bundle-size
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+947
−678
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
78fa2fc
feat: break into smaller bundles based on pages
icyJoseph 7b95d18
feat: lazy load Hexapod and use semantic routing to display components
icyJoseph bb32e8d
chore: Add jsdom-sixteen and bump up @testing-library/react
icyJoseph 971eb20
test: Use waitFor to deal with Suspenseful modules
icyJoseph fd2f65b
test: Update test, the plot no longer renders hidden on landing page
icyJoseph 66fd770
feat: Start to load Plotly before first DOM commit
icyJoseph d178edb
chore: Configure jest collectCoverageFrom
icyJoseph fd9e0e9
feat: Implement a sleep util w/ test
icyJoseph f53cc02
test: Pass testId to mocked Plotly div
icyJoseph 9af7154
feat: Lazy load Plotly with retry option
icyJoseph c10bfd4
Merge branch 'master' into feat/reduce-bundle-size
icyJoseph 2f5ccd4
refactor: Shrink App's render method
icyJoseph f0c087e
test: fix coverage collect globbing pattern
icyJoseph 429a4a9
feat: render HexapodPlot ASAP, but hide it if not needed
icyJoseph 195cb69
Merge branch 'master' into feat/reduce-bundle-size
icyJoseph ffc108a
fix: Update ikParams and PatternPose function names
icyJoseph da2d6f5
feat: Redirect back to Root on 404
icyJoseph 5ad2a60
feat: Less aggressive preloading
icyJoseph 057a30d
Merge branch 'master' into feat/reduce-bundle-size
icyJoseph 1f40226
refactor: Remove duplicated function names
icyJoseph c077bf2
refactor: Various fixes, and code quality improvements
icyJoseph f9b9bb6
refactor: Build a hooks -> render props -> HoC pattern to increase co…
icyJoseph 7d9f154
refactor: Hoist handlers Provider to App
icyJoseph 3dea501
refactor: LegPattern Page does not need params props anymore
icyJoseph a4c652a
refactor: Breakout HexapodParams into a Provider pattern
icyJoseph 84d7856
chore: Merge master including global state shrinking
icyJoseph 30a110c
fix: Update PoseTable source of props and AlertBox message body
icyJoseph edeb6e3
refactor: Turn App into a functional component
icyJoseph a51f61f
refactor: Move away custom hooks
icyJoseph File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bumping this up 👍 💯