Skip to content

New `initialSize` props and server rendering support

Compare
Choose a tag to compare
@d6u d6u released this 06 Mar 02:06
· 67 commits to master since this release
  • Add a initialSize new props to compute the container query in the initial rendering (details please checkout README).
  • With initialSize we are now better supporting server side render (thanks to @jesstelford)!
  • A little behavior change on how query is computed. This should never affect you, but if you are interested, checkout please react-container-query/container-query-toolkit#2.