Giter Site home page Giter Site logo

ml-in-barcelona / react-rules-of-hooks-ppx Goto Github PK

View Code? Open in Web Editor NEW
43.0 2.0 1.0 195 KB

This ppx validates the rules of React hooks.

License: BSD 2-Clause "Simplified" License

Reason 58.10% JavaScript 39.08% Shell 2.82%
reasonml react reason ppx hooks

react-rules-of-hooks-ppx's People

Contributors

davesnx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

broerjuang

react-rules-of-hooks-ppx's Issues

"Error: Hooks can't be inside conditionals, neither loops." with React.useMemo0 hook

The following code:

@react.component
let make = () => {
  let className = React.useMemo0(() => "rescript + react + emotion + styled-ppx rocks!")
  <div className />
}

...triggers an error:

3 |   let className = React.useMemo0(() => "rescript + react + emotion + styled-ppx rocks!")
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Hooks can't be inside conditionals, neither loops.

Use register_correction

Instead of register_transformation and raise error, use register_correction which suggest the corrected AST to the user. Still not sure how the correction pops up in the editor/console but depending if this is useful would be really benefitial.

In the exhaustive dependencies in useEffect, it should print the expression with the new dependency array and the new useEffect{{number}} fn name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.