Javascript React

Updated Version of React Native Starter

We’re excited to announce that we just released an updated version 4.2 of React Native Starter from Flatlogic! What has changed?  React Native updated to 0.71.10  Core React Native...
Read More
Javascript Vue

A special compiler macros for vue3 script setup

vite-plugin-vue3-define-reactive a special compiler macros defineReactive for vue3 script-setup without <template> <div>{{a}}</div> <div>{{b}}</div> <div>{{c}}</div> </template> <script setup> import { ref } from ‘vue’; const a = ref(0); const b...
Read More
Javascript Vue

Vue Composition API for automatic fetch data when condition has been changed

vue-condition-watcher Vue Composition API for automatic fetch data when condition has been changed requires Node.js 12.0.0 or higher. View Demo View Github Features ✔ Auto fetch data when conditions...
Read More
Javascript Vue

View Laravel File-Based Logs In Web

View Laravel/Lumen logs in browser. Disclaimer This package is simply a lightweight web interface for Laravel and Lumen file-based logs. If you need an advanced debugging tool consider trying...
Read More
Javascript React

How to Create React App in 2021 [Guide]

IntroductionReasons to create your apps on ReactTutorial on manual React App creationSimplifying the process with Flatlogic’s Full Stack Web App GeneratorConclusion to have Introduction Say whatever you will about...
Read More
Javascript Vue

Laravel sanctum and nuxt configuration

Laravel: 1) .env => SESSION_DRIVER=cookie SANCTUM_STATEFUL_DOMAINS=nuxt.product.test SESSION_DOMAIN=.product.test:3000 product.test is your laravel url. nuxt.product.test is your subdomail for nuxt. Nuxt: 1)nuxt.config.js => ssr: false, server: { host: ‘http://nuxt.product.test‘, port: 3000,...
Read More

Pin It on Pinterest

Generated by Feedzy