Back to the catalog

Bailout patterns and strict lint setup behind the react-compiler skill.

Bundle OKF 0.2 · 2 conceitos · ajboysanity07-gif/wibs-online-banking

Open source Repository Open in the app JSON README (API)

About

# Bailout patterns and strict lint setup behind the react-compiler skill.

- [React Compiler Exceptions](exceptions.md) - Five patterns drop the surrounding function out of compilation, often silently.
- [React Compiler Lint Setup](lint-setup.md) - Since late 2025, the compiler's lint rules live in `eslint-plugin-react-hooks` v6+.

Details

Kind
OKF bundles
Topic
Developer tools
Publisher
ajboysanity07-gif
Origin
okf_github
Category
dados
Version
0.2
Last push
2026-09-08T13:58:39Z
Repository state
ativo
Language
PHP
Added
2026-09-08 02:18:52
Updated
2026-09-08 02:18:52
Origin id
ajboysanity07-gif/wibs-online-banking:.claude/skills/react-compiler/references/index.md

README

# wibs-online-banking

WIBS Online Banking supports online loan applications, document uploads, staff review, manager approval or decline, notifications, dashboards, reports, and read-only display of WIBS-managed loan data.

## Loan Workflow Scope

- The portal workflow ends at `approved` or `declined`.
- After a request is `approved`, WIBS handles the remaining processing.
- WIBS creates the final loan account and manages the resulting loan records.
- WIBS generates amortization schedules and other release-side loan data.
- The portal may display WIBS loan and amortization data later as read-only information.
- Payment processing, balances, penalties, collections, and release posting are outside the current portal scope.

More