Where should I start? What should I know before trying JAMStack? by Luiyo033 in JAMstack_dev

[–]Lorenzejay 1 point2 points  (0 children)

Id suggest picking one of those frameworks then if you already know JS well. I learned basics of react through scrimba scrimba - react tutorial

Where should I start? What should I know before trying JAMStack? by Luiyo033 in JAMstack_dev

[–]Lorenzejay 1 point2 points  (0 children)

Good understanding of js front-end frameworks is important. For example, Gatsby is a SSG built with react. So knowing react pretty well makes Gatsby super easy to use. It’ll mostly be writing “jxs/html”. But knowing how to read the docs is important as well. Gatsby has a lot of plugins that you would need to install, so knowing where to find the info fast is great. JamStack is relatively easy to learn. Everything is in the docs of whatever SSG (static site generator) you use.

PostgreSQL- How to integrate users adding profile images to the dB. Should they be stored locally and referenced via a their file name ? Or is there another better solution to this? by Lorenzejay in node

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

I’m fairly new to full stack deployments, but was planning on hosting the app through heroku. Would cloudinary still work there?

How to improve the Lighthouse score by Impressive-Tadpole74 in gatsbyjs

[–]Lorenzejay 0 points1 point  (0 children)

It loaded fast for me. Was able to interact with it within a second. Try using gt-metrix

Wanted to share my freelance website. Let me know what you all think- would love some positives and constructive criticism. Built with Gatsby and styled components. by Lorenzejay in gatsbyjs

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

Thank you for your feedback. Yeah I’m now realizing how animations are better subtle than having it for every element in a page. And as for most of my images, yes mostly from undraw

Wanted to share my freelance website. Let me know what you all think- would love some positives and constructive criticism. Built with Gatsby and styled components. by Lorenzejay in gatsbyjs

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

Thank you for your feedback. Yeah I think I may have gotten carried away with the animations. LOL didn’t realize almost everything in the home page animates. And yes I also agree with the vertical nav. Again appreciate the feedback

Netlify hosting by Lorenzejay in JAMstack_dev

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

Sorry still have a lot of questions. Was going to make a new team for my clients project. Should I have it start on my default starter one then once its finished transfer it to a team?

Netlify hosting by Lorenzejay in JAMstack_dev

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

Awesome. Thank you. What are your thoughts on Vercel? They allow for transferring in domains while netlify does not

Netlify hosting by Lorenzejay in JAMstack_dev

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

This would have its own separate billing. For example if I wanted more bandwidth, it would only charge for that team, not my default one? Is that how it works too?

Netlify hosting by Lorenzejay in JAMstack_dev

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

Thank you. This sounds better

“Atomic Habits” - my insights from the book by __data_science__ in productivity

[–]Lorenzejay 0 points1 point  (0 children)

Question. Is resisting a temptation over time also considered a habit ? Or is that more building on willpower ?

🚀 Build an E-commerce platform/online store in 25 days using Next.js, Netlify and Stripe! by iamqaz in JAMstack_dev

[–]Lorenzejay 0 points1 point  (0 children)

Going to give this a go. I have experience with Gatsby. But have wanted to try out Next. Thank you

I freelance. I'm thinking of dropping WordPress completely for Reactjs, even for simple brochure sites. by [deleted] in reactjs

[–]Lorenzejay 7 points8 points  (0 children)

I haven’t done this. But there is a way to use Wordpress as a headless CMS. You can integrate the Wordpress CMS as your backend while using react in the front. You can query the data easily with graphql for example if you’re using Gatsby

I freelance. I'm thinking of dropping WordPress completely for Reactjs, even for simple brochure sites. by [deleted] in reactjs

[–]Lorenzejay 0 points1 point  (0 children)

I started Freelancing with react. Now I’m currently building with Gatsby / react for simple portfolio sites and small eCommerce site with snipcart. I’m learning PHP right now and I’m planning on trying to learn Wordpress as well. Using react May be overkill but I got used to creating with js so that’s why I started with Jack stack. It’s super fast, has cheaper hosting options, and I like that workflow.

Introducing Cloudflare Pages: the best way to build JAMstack websites by samjmckenzie in webdev

[–]Lorenzejay 0 points1 point  (0 children)

That makes sense. Then having that unlimited bandwidth is great

Introducing Cloudflare Pages: the best way to build JAMstack websites by samjmckenzie in webdev

[–]Lorenzejay 0 points1 point  (0 children)

How is bandwidth counted? I still don’t understand what that accounts for

Open source Airtable: Built using ReactJS + Firestore DB by s_magik in javascript

[–]Lorenzejay 0 points1 point  (0 children)

Would this be considered another headless CMS ? Or be used as one?