Skip to content

@wingscms/react@0.15.0

Latest
Compare
Choose a tag to compare
@maartenbusstra maartenbusstra released this 11 May 00:21
· 586 commits to master since this release

Content:
Switched to react renderer:

  • fixes hot-reloading in development due to no multiple render trees πŸ™Œ
  • content can now be scraped by bots that don't support JS
  • no initial flash of content due to double render pass
  • better performance for slow devices due to the JS bundle not having to be parsed/compiled/run before content can be rendered
  • scroll position can now be preserved (by Gatsby, for example)
  • removes the JS requirement to read the content