alethic.artalethic.art
alethic.art
  • Getting Started
    • Getting Started with PureScript
    • Getting Started with React in PureScript
  • NextJS with PureScript
    • use client
  • Libraries
    • Windowing
  • React in PureScript
    • Component Syntax
    • NextJS
  • Gotchas
    • Interfacing with React
  • Building Blocks
    • Radix UI collapsible
    • Radix UI accordion
    • Radix UI navigation menu
    • Radix UI PopOver
  • Testing
    • React Testing Library
    • Playwright
  • Hooks ✂️
    • UseRenderInPortal
    • UseWebworker
    • Use In View
    • UseRemoteData

permalinkGotchas

There are a few places where PureScript's type system is not enough to save you from unexpected outcomes.

This is usually due to unexpected JavaScript or React internals that this section should make you aware of.