Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
FormidableLabs
/
react-ssr-prepass
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
606
Code
Issues
7
Pull requests
2
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
e8d6287
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 24, 2021
Add support for React 17's React.lazy changes, Error Boundaries, and refactor render loop (#61)
Show description for e8d6287
kitten
authored
e8d6287
Copy full SHA for e8d6287
Commits on May 11, 2020
v1.2.1
kitten
committed
e2020e1
Copy full SHA for e2020e1
Commits on May 10, 2020
Add sideEffects: false to package json (#54)
Show description for a093d34
JoviDeCroock
authored
a093d34
Copy full SHA for a093d34
Commits on Apr 16, 2020
v1.2.0
kitten
committed
7aa99e8
Copy full SHA for 7aa99e8
Upgrade Rollup build process
kitten
committed
ec20bbf
Copy full SHA for ec20bbf
Upgrade dependencies
kitten
committed
069c9c1
Copy full SHA for 069c9c1
Commits on Apr 15, 2020
Disable `setImmediate` event loop yielding in the browser, (#50)
Show description for ac5f8dc
zenflow
and
kitten
authored
ac5f8dc
Copy full SHA for ac5f8dc
Commits on Apr 14, 2020
Do not assert current identity in dispatchAction (#51)
zenflow
authored
152bf07
Copy full SHA for 152bf07
Commits on Feb 19, 2020
v1.1.2
kitten
committed
9f0fde2
Copy full SHA for 9f0fde2
Refactor/remove unused dispatcher code and implement useCallback (#42)
Show description for 4e557aa
kitten
authored
4e557aa
Copy full SHA for 4e557aa
v1.1.1
kitten
committed
3eee22b
Copy full SHA for 3eee22b
Fix suspense in useState and useReducer initializers (#41)
Show description for e7efc33
kitten
authored
e7efc33
Copy full SHA for e7efc33
Commits on Jan 17, 2020
v1.1.0
kitten
committed
a8f19e3
Copy full SHA for a8f19e3
Upgrade dependencies and remove styled-components workarounds (#39)
Show description for 0685b61
kitten
authored
0685b61
Copy full SHA for 0685b61
Fix memo component nested in forwardRef HOC (#40)
Show description for e9b61ee
kitten
authored
e9b61ee
Copy full SHA for e9b61ee
Fix Dispatcher reset edge cases (#38)
Show description for bcbe951
kitten
and
khmm12
authored
bcbe951
Copy full SHA for bcbe951
add useTransition and useDeferredValue (#36)
Show description for 3dce942
JoviDeCroock
authored and
kitten
committed
3dce942
Copy full SHA for 3dce942
support concurrent prepasses (#37)
Show description for 2fcea59
JoviDeCroock
authored and
kitten
committed
2fcea59
Copy full SHA for 2fcea59
Commits on Dec 30, 2019
Merge pull request #30 from FormidableLabs/update-travis-badges
Show description for e82ad0c
boygirl
authored
e82ad0c
Copy full SHA for e82ad0c
migrating from legacy GH services on to GH apps on travis
boygirl
committed
38d04cf
Copy full SHA for 38d04cf
Commits on Nov 11, 2019
v1.0.8
kitten
committed
e646961
Copy full SHA for e646961
Commits on Oct 16, 2019
Merge pull request #21 from parkerziegler/task/add-typescript-defs
Show description for 4f0f348
parkerziegler
authored
4f0f348
Copy full SHA for 4f0f348
Add TypeScript definitions.
parkerziegler
committed
a8d9dde
Copy full SHA for a8d9dde
Commits on Sep 4, 2019
v1.0.7
kitten
committed
117b821
Copy full SHA for 117b821
Replace microbundle with custom rollup config
kitten
committed
c7d18a3
Copy full SHA for c7d18a3
Upgrade React and other dependencies
kitten
committed
6510fdf
Copy full SHA for 6510fdf
Commits on Sep 3, 2019
Fix syntax error in Flow type definition (#16)
rtsao
authored and
kitten
committed
6049b2a
Copy full SHA for 6049b2a
Commits on Aug 1, 2019
v1.0.6
kitten
committed
2f9fc6e
Copy full SHA for 2f9fc6e
Add note for optional styled-components dependency
Show description for cea9819
kitten
committed
cea9819
Copy full SHA for cea9819
Fix forwardRef component nested with a memo HOC (#15)
Show description for 5cf61c9
kitten
authored
5cf61c9
Copy full SHA for 5cf61c9
Commits on May 1, 2019
v1.0.5
kitten
committed
6e69818
Copy full SHA for 6e69818
Add proper styled-components optimisation (#3)
Show description for aec36a6
kitten
authored
aec36a6
Copy full SHA for aec36a6
peerDependencies on react should be 16.8.x (#5)
Show description for a85f77a
kitten
authored
a85f77a
Copy full SHA for a85f77a
Fix two event loop yields in a row
kitten
committed
82cd764
Copy full SHA for 82cd764
Fix element visitor for yielding
kitten
committed
bb13db6
Copy full SHA for bb13db6
Pagination
Previous
Next
You can’t perform that action at this time.