Pinned Loading
-
ai-php-rubix-wrap
ai-php-rubix-wrap PublicAI PHP is a wrapper for rubix ml to make AI very approachable
-
ai-php-rubix-wrap-laravel
ai-php-rubix-wrap-laravel PublicAI PHP is a wrapper for rubix ml to make AI very approachable in Laravel
-
multi build of laravel mix with perf...
multi build of laravel mix with performance improvement for tailwindcss "yarn hot" -> javascript as hot, tailwind as watch 1<!doctype html>
2<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
3<head>
4<meta charset="utf-8">
5<meta name="viewport" content="width=device-width, initial-scale=1">
-
useRefState useStateWithRef
useRefState useStateWithRef 1const useStateWithRef = (initialState) => {
2const [state, _setState] = React.useState(initialState);
3const ref = React.useRef(state);
4const setState = React.useCallback(
5(newState) => {
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.