Here are
1,115 public repositories
matching this topic...
React Hooks for data fetching
Updated
Dec 29, 2021
TypeScript
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
Updated
Nov 28, 2021
Java
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
webhook is a lightweight incoming webhook server to run shell commands
RobotGo, Go Native cross-platform GUI automation
@vcaesar
A plugin framework on android,Run any third-party apk without installation, modification or repackage
图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.
Updated
Dec 17, 2021
TypeScript
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11
Updated
Nov 22, 2021
Java
👻 Tiny Footprint Concurrent UI library for Fiber.
Updated
Dec 23, 2021
TypeScript
🔥 A PLT hook library for Android native ELF.
React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport.
Updated
Dec 15, 2021
TypeScript
a lightweight, multi-platform, multi-architecture hook framework.
demos to help understand plugin framwork
Updated
Aug 27, 2018
Java
📚 iOS 性能监控 SDK —— Wedjat(华狄特)开发过程的调研和整理
A generic post-processing injector for games and video software.
⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks
Updated
Aug 3, 2021
JavaScript
A library that lets you use reflection without any restriction above Android P
React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
Updated
Dec 29, 2021
Dart
免Root实现app加载Xposed插件工具。This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.
Updated
Dec 26, 2021
Java
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat
Updated
Jun 15, 2021
Java
Protect the objective-c application(保护App不闪退)
Updated
Sep 28, 2021
Objective-C
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Updated
Sep 23, 2021
Java
Yet Another Hook Framework for ART
Updated
Dec 22, 2021
Java
State-of-the-art hypervisor-based debugging tool
😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element).
Updated
Dec 24, 2021
TypeScript
Simple hook tool to change Win32 program font.
🔥 🔥 优化版MVP,使用注解泛型简化代码编写,使用模块化协议方便维护,APT过程使用注解解析器利用JavaPoet🌝 完成重复模块的编写,利用ASpect+GradlePlugin 完成横向AOP编程+Javassist动态字节码注入+Tinker实现热修复+Retrofit实现优雅网络操作+RxJava轻松玩转数据处理
Updated
Aug 23, 2019
Java
😎 🍿 React hook for highly-performant and manipulable animations using Web Animations API.
Updated
Dec 28, 2021
TypeScript
Improve this page
Add a description, image, and links to the
hook
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hook
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
The example in
examples/app/SimpleCarouselstarts on the 2nd image not the first.Steps or Sandbox to reproduce
coped the sample code to my next.js app.
Expected behavior
Expected the first image to come first
** Device/Browser **
Chrome
Additional context
BTW. It would be nice with an example that didn't use
styled components