Skip to content

Instantly share code, notes, and snippets.

View boriscy's full-sized avatar
🏠
Working from home

Boris Barroso boriscy

🏠
Working from home
  • Lead With Purpose
  • Samaipata, Bolivia
View GitHub Profile
@boriscy
boriscy / mobile.md
Last active October 11, 2023 15:29

Svelte Native vs Sveltekit & Capacitor

We want to create a new mobile app that will replace our current Flutter app, the main reason is that we want to use the code that is in the current web app.

There are 2 options Svelte Native and Sveltekit & Capacitor both of these options would use svelte but in case of Svelte Native we would be using Native Script which brings new components that are similar to HTML.

Pros

Language

  • Yuli Yolo SM 2.9 Trailer presets
  • Nath Life SM 2.9 DubTrap
  • Modern EDM SM 1 Mirko Ruta
  • Strangus by Insignia SM 2.9
  • Alyn Zahev Individual
  • Ufuk Kevser

Add the floowing so all can be a module in package.json

{
  "type": "module",
  ...

Add all necessary packages to package.json, for example:

@boriscy
boriscy / debug.md
Last active September 9, 2022 21:34

resolve: (name) =>

# page
Module
  default: clas Features
  template: class Pages
  pageLayout: class Pages
  
'''
import 'dart:async';
void main() {
var duration = Duration(milliseconds: 500);
var t = Timer.periodic(duration, (Timer t) {
print('Update ${t}');
});
print(t.isActive);
@boriscy
boriscy / Course.md
Last active September 7, 2021 19:38
Flutter Course
@boriscy
boriscy / AudioContent.md
Last active January 18, 2022 03:18
Audio
@boriscy
boriscy / commands.md
Created June 10, 2021 13:31
Tailwind tricks

npx tailwindcss init demo/tailwind.config.js --full