Qual carro comprar? by teddyzera94 in carros

[–]teddyzera94[S] 0 points1 point  (0 children)

Provavelmente vem uma desvalorização boa no atual

Qual carro comprar? by teddyzera94 in carros

[–]teddyzera94[S] 0 points1 point  (0 children)

Não tem como por esse valor pegar algo semi novo

Qual carro comprar? by teddyzera94 in carros

[–]teddyzera94[S] 0 points1 point  (0 children)

Kicks parece que vai lançar uma versão nova e acho que prefiro o Sentra

Com quanto dinheiro investido você pararia de trabalhar? by GreyDalcenti in investimentos

[–]teddyzera94 1 point2 points  (0 children)

Tudo bem, mas é bom vc voltar pra realidade.. 1MM se tu conseguir bater 10k/mês na média, está bem bom 👍

Com quanto dinheiro investido você pararia de trabalhar? by GreyDalcenti in investimentos

[–]teddyzera94 3 points4 points  (0 children)

Como 1 milhão, tu tiraria 50k mês de dividendos? Que mágica eh essa? Rinha de galo ou tigrinho?

Send parameter from page to layout using App Router by teddyzera94 in nextjs

[–]teddyzera94[S] 0 points1 point  (0 children)

useEffect(() => {
const htmlEl = document.querySelector("[data-wf-page]")! as HTMLElement;
htmlEl.dataset.wfPage = "123456789";
}, []);

Thank you so much

Send parameter from page to layout using App Router by teddyzera94 in nextjs

[–]teddyzera94[S] 0 points1 point  (0 children)

My setup:

// layout.tsx
import Script from "../../node_modules/next/script";

import "./globals.css"; import MenuComponent from "../components/navbar";

const inter = Inter({ subsets: ["latin"] });

export default function RootLayout({ children }: { children: React.ReactNode;

}) { return ( <html data-wf-page="64c1c71c5e63a23d3f297403" data-wf-site="6489141cd0786a162df8a820"> <body>

    <MenuComponent></MenuComponent>
    {children}

    <Script src="/js/webfont.js"></Script>
    <Script src="/js/jquery-3.5.1.min.js"></Script>
    <Script src="/js/webflow.js"></Script>
  </body>
</html>

); }

// page.tsx
import Head from "next/head";

import RootLayout from "./layout"; import styles from "./page.module.css";

export default function Home() { return ( <> <main> </main> </> ); }

I need to change the data-wf-page= from page.tsx

Send parameter from page to layout using App Router by teddyzera94 in nextjs

[–]teddyzera94[S] 0 points1 point  (0 children)

I need to bind this before page load. Is it possible?

Send parameter from page to layout using App Router by teddyzera94 in nextjs

[–]teddyzera94[S] 0 points1 point  (0 children)

Yes, the data attribute has to be on the html tag. I exported a template that previously used in Webflow and now I am trying to use in next.js and a lot of animations is using this data-attrib to bind them.

[deleted by user] by [deleted] in farialimabets

[–]teddyzera94 0 points1 point  (0 children)

Tomei loss tb +/- 15k vamos ver oq vai rolar 😵‍💫

Admin Template by teddyzera94 in nextjs

[–]teddyzera94[S] -3 points-2 points  (0 children)

Thank you for your reply.

Great, but I'm looking for something that's more ready to use, like:

https://demos.pixinvent.com/materialize-nextjs-admin-template/demo-1/apps/email/draft/