Coder Social home page Coder Social logo

blog's People

Contributors

bookie0 avatar cbrewster avatar jeremypress avatar johnyerhot avatar lhchavez avatar masad-frost avatar stkenned avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

Sending a request to server for each category

Right now we send a request to the server, asking for all the blog posts with a specific tag. Is there a reason for this? Right now the client has every blogpost loaded when they visit the website. Wouldn't it be easier to simply change the visibility of each post based on the tags? That way we take less load off the server and increase the speed of the client.

RSS Feed missing <link>

The rss feed does not include a link element, making the rss feed harder to read / view in an rss reader.

Broken images

Issue

When you visit a blog post for example https://blog.replit.com/rui-eng all the images work fine but adding a / to the url https://blog.replit.com/rui-eng/ breaks all the images and now you only see the alt text.

Cause

This is caused by a simple fault in how images seem to be linked on the blog. They use relative paths so the image on https://blog.replit.com/rui-eng load just fine to https://blog.replit.com/images/...
but images on https://blog.replit.com/rui-eng/ load to https://blog.replit.com/rui-eng/images/... which doesnt work

Solutions

The lazy one

Forward all traffic from blog.replit.com/<post>/images/... to blog.replit.com/images/..., this would require 0 editing of old blog posts and is the simplest solution

Real solution

Use absolute links in the images so /images/... instead of images/... in the markdown. This would require editing older posts that use relative links

Problem to use React and React Native

Hello, I have big problems to use React on Replit (version Android).
And when I finished my projet on my Android phone, I have another problem, my project is not able to be launched/opened on your website, I see this "blue binoculars with green lenses".

Please can you explain me how to do that (I ask this question on different AI ChatBot but impossible to solve my problem) :
Answer me in French if you can do that.
Could you explain to me how I can add to a package.json ALL of the following command lines or equivalent to a package.json file to do automatic installation and automatic updates:

  • install "nvm" from a URL link via a command of the form "curl -o- [URL] | bash;", this URL contains an install.sh file
  • then use the command "unset npm_config_prefix;"
  • then install wget via the command "npm install wget;"
  • then install the latest npm update via "npm install -g npm@latest;"
  • then install yarn via the command "npm install -g yarn;"
  • then install version 20.9.0 of npm using the command "nvm install 20.9.0;"
  • then use this version 20.9.0 via the command "nvm use 20.9.0;"
  • then install the latest version of npx using the command "npm install -g [email protected];"
  • and finally use the command "quick build;"
    Could you convert all these commands to run them automaticaly from the "package.json" file of a React coded project ?
    I don't have to run myself these commands.
    You can write a maximum of 1000 lines, if you think it is necessary to write more than 1000 lines then specify it to me before sending me your reply.
    You can create a .docx or .pdf file that I could download to save your very useful answer.
    You can create also a "package.json" file where all these commands have already been written ENTIRELY (no simplification! no shortcuts!).
    Explain to me step by step, without skipping a step. Give me a maximum of 8 trusted sources, including a maximum of 5 trusted and written sources and a maximum of 3 trusted sources from YouTube (regardless of the number of subscribers). Thank you.

Thank in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.