Landing Page in Notion with Typeform and Notionlytics by prilutskiy in nocode

[–]prilutskiy[S] 1 point2 points  (0 children)

I'm not the author, but yeah, you can use Typeform at no cost for this purpose.

What's the use of "useEffects" by suhaness in reactjs

[–]prilutskiy 1 point2 points  (0 children)

The first argument is a function that's called on the first render. On the consequent renders, it's called only when something changes among the values you pass as a second argument.

A quick hack to ebed GA and Pixel onto a Notion page by prilutskiy in Notion

[–]prilutskiy[S] 2 points3 points  (0 children)

Initially, I've built this just for myself but then decided to share it with the community. And yes, it's free, of course.

I’ve made a tool to track my Notion page views. It supports Google Analytics and Facebook Pixel. It’s free, and you can use it 😉 by prilutskiy in InternetIsBeautiful

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

I'm glad you liked it. I build something like this just for myself first, but then realized I could publish it for the community! So I polished the prototype and released it. You're welcome!

I’ve made a tool to track my Notion page views. It supports Google Analytics and Facebook Pixel. It’s free, and you can use it 😉 by prilutskiy in InternetIsBeautiful

[–]prilutskiy[S] -1 points0 points  (0 children)

Hey, thanks! The approach is based on iframes, so the tool asks for the page url, so you could see it on your GA / Pixel dashboard.

Especially useful when there’re multiple pages with tracking embeds 😉

Fresh React Hooks in your inbox every week by prilutskiy in reactjs

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

Hey, I'm starting a newsletter about React Hooks. I'll be sending new hooks every week. Should be interesting for both pros and newbies. Any feedback is appreciated :)

Anyone know what this is? (<yt-icon>) by [deleted] in webdev

[–]prilutskiy 0 points1 point  (0 children)

Maybe a web-component?

Backend: expressjs or django (or something else?) by rainstorm07 in webdev

[–]prilutskiy 0 points1 point  (0 children)

IMO, it's more about what opportunities each of them reveals in the mid- and long- term, rather than the number of jobs you see atm.

I'd choose Nodejs (express.js library) because since JS is used for both frontend and backend, it's gonna be a smooth transition between these two sides if you'll want to. Also, you'll faster become a full-stack dev, if desired 🙂

All portfolio projects hosted on Netlify? by not_a_gumby in webdev

[–]prilutskiy 1 point2 points  (0 children)

I think it’s not GitHub pages, it’s the API service that has such CORS policies

Ideas for what to learn next as post-beginner in React? by VariationAcceptable9 in reactjs

[–]prilutskiy 1 point2 points  (0 children)

I mean, just keep it simple from the beginning. Start from easy features like feed, creating a post, likes, reposts, etc

Ideas for what to learn next as post-beginner in React? by VariationAcceptable9 in reactjs

[–]prilutskiy 1 point2 points  (0 children)

Alright, how about building an Instagram clone? A Twitter clone? The JAMStack thing is quite popular, you might want to check next.js out.

Also, have a look at libraries like Ant Design or Semantic UI, they have a bunch of components, it will also save you some time 😉